Color Hex Logo

#bcd0ec Color Hex

#BCD0EC
(188,208,236)
0 Favorites   0 Comments

Color spaces of #bcd0ec

RGB 188208236
HSL0.600.560.83
HSV215°20°93°
CMYK 0.200.120.00   0.07
XYZ58.435261.859288.2170
Yxy61.85920.28020.2967
Hunter Lab78.6506-5.0181-11.4461
CIE-Lab82.8385-0.8716-16.0381

#bcd0ec color RGB value is (188,208,236).

#bcd0ec hex color red value is 188, green value is 208 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bcd0ec hue: 0.60 , saturation: 0.56 and the lightness value of bcd0ec is 0.83.

The process color (four color CMYK) of #bcd0ec color hex is 0.20, 0.12, 0.00, 0.07. Web safe color of #bcd0ec is #ccccff. Color #bcd0ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 11101100
Octal 274 320 354
Decimal 188 208 236
Hex BC D0 EC

RGB Percentages of Color #bcd0ec

%29.75
%32.91
%37.34

CMYK Percentages of Color #bcd0ec

%20
%12
%0
%7

Triadic Colors of #bcd0ec

#bcd0ec #ecbcd0 #d0ecbc

Analogous Colors of #bcd0ec

#bcd0ec #c0bcec #bce8ec

Monochromatic Colors of #bcd0ec

#bcd0ec

Complementary Color

#bcd0ec #ecd8bc

#bcd0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd0ec Color CSS Codes

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

#bcd0ec Text Font Color

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

This sample text font color is #bcd0ec
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.


#bcd0ec Background Color

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

This div background color is #bcd0ec


#bcd0ec Border Color

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

This div border color is #bcd0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd0ec


Comments

No comments written yet.

Please login to write comment.