Color Hex Logo

#bdeecc Color Hex

#BDEECC
(189,238,204)
0 Favorites   0 Comments

Color spaces of #bdeecc

RGB 189238204
HSL0.380.590.84
HSV138°21°93°
CMYK 0.210.000.14   0.07
XYZ62.459976.327568.5674
Yxy76.32750.30120.3681
Hunter Lab87.3656-25.275614.6232
CIE-Lab90.0112-22.243411.3496

#bdeecc color RGB value is (189,238,204).

#bdeecc hex color red value is 189, green value is 238 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bdeecc hue: 0.38 , saturation: 0.59 and the lightness value of bdeecc is 0.84.

The process color (four color CMYK) of #bdeecc color hex is 0.21, 0.00, 0.14, 0.07. Web safe color of #bdeecc is #ccffcc. Color #bdeecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 11001100
Octal 275 356 314
Decimal 189 238 204
Hex BD EE CC

RGB Percentages of Color #bdeecc

%29.95
%37.72
%32.33

CMYK Percentages of Color #bdeecc

%21
%0
%14
%7

Triadic Colors of #bdeecc

#bdeecc #ccbdee #eeccbd

Analogous Colors of #bdeecc

#bdeecc #bdeee5 #c7eebd

Monochromatic Colors of #bdeecc

#bdeecc

Complementary Color

#bdeecc #eebddf

#bdeecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeecc Color CSS Codes

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

#bdeecc Text Font Color

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

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


#bdeecc Background Color

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

This div background color is #bdeecc


#bdeecc Border Color

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

This div border color is #bdeecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,238,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeecc


Comments

No comments written yet.

Please login to write comment.