Color Hex Logo

#bdceec Color Hex

#BDCEEC
(189,206,236)
0 Favorites   0 Comments

Color spaces of #bdceec

RGB 189206236
HSL0.610.550.83
HSV218°20°93°
CMYK 0.200.130.00   0.07
XYZ58.197961.017688.0671
Yxy61.01760.28080.2944
Hunter Lab78.1138-3.7094-12.1652
CIE-Lab82.38820.4930-16.7088

#bdceec color RGB value is (189,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 11101100
Octal 275 316 354
Decimal 189 206 236
Hex BD CE EC

RGB Percentages of Color #bdceec

%29.95
%32.65
%37.40

CMYK Percentages of Color #bdceec

%20
%13
%0
%7

Triadic Colors of #bdceec

#bdceec #ecbdce #ceecbd

Analogous Colors of #bdceec

#bdceec #c4bdec #bde6ec

Monochromatic Colors of #bdceec

#bdceec

Complementary Color

#bdceec #ecdbbd

#bdceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdceec Color CSS Codes

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

#bdceec Text Font Color

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

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


#bdceec Background Color

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

This div background color is #bdceec


#bdceec Border Color

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

This div border color is #bdceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdceec


Comments

No comments written yet.

Please login to write comment.