Color Hex Logo

#bdcaec Color Hex

#BDCAEC
(189,202,236)
0 Favorites   0 Comments

Color spaces of #bdcaec

RGB 189202236
HSL0.620.550.83
HSV223°20°93°
CMYK 0.200.140.00   0.07
XYZ57.247159.116087.7502
Yxy59.11600.28050.2896
Hunter Lab76.8869-1.6478-13.8462
CIE-Lab81.35532.6202-18.2658

#bdcaec color RGB value is (189,202,236).

#bdcaec hex color red value is 189, green value is 202 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bdcaec hue: 0.62 , saturation: 0.55 and the lightness value of bdcaec is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 11101100
Octal 275 312 354
Decimal 189 202 236
Hex BD CA EC

RGB Percentages of Color #bdcaec

%30.14
%32.22
%37.64

CMYK Percentages of Color #bdcaec

%20
%14
%0
%7

Triadic Colors of #bdcaec

#bdcaec #ecbdca #caecbd

Analogous Colors of #bdcaec

#bdcaec #c8bdec #bde2ec

Monochromatic Colors of #bdcaec

#bdcaec

Complementary Color

#bdcaec #ecdfbd

#bdcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcaec Color CSS Codes

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

#bdcaec Text Font Color

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

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


#bdcaec Background Color

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

This div background color is #bdcaec


#bdcaec Border Color

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

This div border color is #bdcaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcaec


Comments

No comments written yet.

Please login to write comment.