Color Hex Logo

#cdeecc Color Hex

#CDEECC
(205,238,204)
0 Favorites   0 Comments

Color spaces of #cdeecc

RGB 205238204
HSL0.330.500.87
HSV118°14°93°
CMYK 0.140.000.14   0.07
XYZ66.650578.487868.7636
Yxy78.48780.31160.3669
Hunter Lab88.5933-20.749315.9961
CIE-Lab91.0020-17.002312.8946

#cdeecc color RGB value is (205,238,204).

#cdeecc hex color red value is 205, green value is 238 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cdeecc hue: 0.33 , saturation: 0.50 and the lightness value of cdeecc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 11001100
Octal 315 356 314
Decimal 205 238 204
Hex CD EE CC

RGB Percentages of Color #cdeecc

%31.68
%36.79
%31.53

CMYK Percentages of Color #cdeecc

%14
%0
%14
%7

Triadic Colors of #cdeecc

#cdeecc #cccdee #eecccd

Analogous Colors of #cdeecc

#cdeecc #cceedc #deeecc

Monochromatic Colors of #cdeecc

#cdeecc

Complementary Color

#cdeecc #edccee

#cdeecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeecc Color CSS Codes

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

#cdeecc Text Font Color

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

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


#cdeecc Background Color

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

This div background color is #cdeecc


#cdeecc Border Color

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

This div border color is #cdeecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeecc


Comments

No comments written yet.

Please login to write comment.