Color Hex Logo

#bcdbea Color Hex

#BCDBEA
(188,219,234)
0 Favorites   0 Comments

Color spaces of #bcdbea

RGB 188219234
HSL0.550.520.83
HSV200°20°92°
CMYK 0.200.060.00   0.08
XYZ60.921867.294987.6202
Yxy67.29490.28230.3118
Hunter Lab82.0335-10.9963-5.9044
CIE-Lab85.6527-7.0546-10.7647

#bcdbea color RGB value is (188,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 11101010
Octal 274 333 352
Decimal 188 219 234
Hex BC DB EA

RGB Percentages of Color #bcdbea

%29.33
%34.17
%36.51

CMYK Percentages of Color #bcdbea

%20
%6
%0
%8

Triadic Colors of #bcdbea

#bcdbea #eabcdb #dbeabc

Analogous Colors of #bcdbea

#bcdbea #bcc4ea #bceae2

Monochromatic Colors of #bcdbea

#bcdbea

Complementary Color

#bcdbea #eacbbc

#bcdbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbea Color CSS Codes

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

#bcdbea Text Font Color

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

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


#bcdbea Background Color

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

This div background color is #bcdbea


#bcdbea Border Color

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

This div border color is #bcdbea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,219,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 #bcdbea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbea


Comments

No comments written yet.

Please login to write comment.