Color Hex Logo

#bdccec Color Hex

#BDCCEC
(189,204,236)
0 Favorites   0 Comments

Color spaces of #bdccec

RGB 189204236
HSL0.610.550.83
HSV221°20°93°
CMYK 0.200.140.00   0.07
XYZ57.719560.060787.9076
Yxy60.06070.28060.2920
Hunter Lab77.4988-2.6799-13.0040
CIE-Lab81.87121.5550-17.4877

#bdccec color RGB value is (189,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 11101100
Octal 275 314 354
Decimal 189 204 236
Hex BD CC EC

RGB Percentages of Color #bdccec

%30.05
%32.43
%37.52

CMYK Percentages of Color #bdccec

%20
%14
%0
%7

Triadic Colors of #bdccec

#bdccec #ecbdcc #ccecbd

Analogous Colors of #bdccec

#bdccec #c6bdec #bde4ec

Monochromatic Colors of #bdccec

#bdccec

Complementary Color

#bdccec #ecddbd

#bdccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccec Color CSS Codes

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

#bdccec Text Font Color

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

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


#bdccec Background Color

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

This div background color is #bdccec


#bdccec Border Color

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

This div border color is #bdccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccec


Comments

No comments written yet.

Please login to write comment.