Color Hex Logo

#bcdeea Color Hex

#BCDEEA
(188,222,234)
0 Favorites   0 Comments

Color spaces of #bcdeea

RGB 188222234
HSL0.540.520.83
HSV196°20°92°
CMYK 0.200.050.00   0.08
XYZ61.711668.874487.8834
Yxy68.87440.28250.3153
Hunter Lab82.9906-12.5014-4.6921
CIE-Lab86.4418-8.6012-9.5901

#bcdeea color RGB value is (188,222,234).

#bcdeea hex color red value is 188, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcdeea hue: 0.54 , saturation: 0.52 and the lightness value of bcdeea is 0.83.

The process color (four color CMYK) of #bcdeea color hex is 0.20, 0.05, 0.00, 0.08. Web safe color of #bcdeea is #ccccff. Color #bcdeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11101010
Octal 274 336 352
Decimal 188 222 234
Hex BC DE EA

RGB Percentages of Color #bcdeea

%29.19
%34.47
%36.34

CMYK Percentages of Color #bcdeea

%20
%5
%0
%8

Triadic Colors of #bcdeea

#bcdeea #eabcde #deeabc

Analogous Colors of #bcdeea

#bcdeea #bcc7ea #bceadf

Monochromatic Colors of #bcdeea

#bcdeea

Complementary Color

#bcdeea #eac8bc

#bcdeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdeea Color CSS Codes

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

#bcdeea Text Font Color

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

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


#bcdeea Background Color

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

This div background color is #bcdeea


#bcdeea Border Color

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

This div border color is #bcdeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdeea


Comments

No comments written yet.

Please login to write comment.