color codes Logo

#bcc8fd color codes

#BCC8FD
(188,200,253)
0 Favorites   0 Comments

Color spaces of #bcc8fd

RGB 188200253
HSL0.640.940.86
HSV229°26°99°
CMYK 0.260.210.00   0.01
XYZ59.122959.0918101.2182
Yxy59.09180.26940.2693
Hunter Lab76.87122.7627-24.2588
CIE-Lab81.34207.2400-27.3613

#bcc8fd color RGB value is (188,200,253).

#bcc8fd hex color red value is 188, green value is 200 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bcc8fd hue: 0.64 , saturation: 0.94 and the lightness value of bcc8fd is 0.86.

The process color (four color CMYK) of #bcc8fd color code is 0.26, 0.21, 0.00, 0.01. Web safe color of #bcc8fd is #ccccff. Color #bcc8fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 11111101
Octal 274 310 375
Decimal 188 200 253
Hex BC C8 FD

RGB Percentages of Color #bcc8fd

%29.33
%31.20
%39.47

CMYK Percentages of Color #bcc8fd

%26
%21
%0
%1

Triadic Colors of #bcc8fd

#bcc8fd #fdbcc8 #c8fdbc

Analogous Colors of #bcc8fd

#bcc8fd #d1bcfd #bce9fd

Monochromatic Colors of #bcc8fd

#bcc8fd

Complementary Color

#bcc8fd #fdf1bc

#bcc8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc8fd Color CSS Codes

.mybgcolor {background-color:#bcc8fd; } 
.myforecolor {color:#bcc8fd; }
.mybordercolor {border:3px solid #bcc8fd; }

#bcc8fd Text Font Color

<p style="color:#bcc8fd">Text here</p>

This sample text font color is #bcc8fd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bcc8fd Background Color

<div style="background-color:#bcc8fd">
Div content here</div>

This div background color is #bcc8fd


#bcc8fd Border Color

<div style="border:3px solid #bcc8fd">
Div here</div>

This div border color is #bcc8fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,200,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcc8fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcc8fd;
  -webkit-box-shadow: 1px 1px 3px 2px #bcc8fd;
  box-shadow:         1px 1px 3px 2px #bcc8fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,200,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bcc8fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bcc8fd;
  -webkit-box-shadow: 1px 1px 3px 2px #bcc8fd;
  box-shadow:         1px 1px 3px 2px #bcc8fd;">
Div content here</div>

This div box has shadow with color #bcc8fd

Related Colors

#bcc8fd Color Palettes


Comments

No comments written yet.

Please login to write comment.