Color Hex Logo

#cdeecd Color Hex

#CDEECD
(205,238,205)
0 Favorites   0 Comments

Color spaces of #cdeecd

RGB 205238205
HSL0.330.490.87
HSV120°14°93°
CMYK 0.140.000.14   0.07
XYZ66.770878.536069.3974
Yxy78.53600.31100.3658
Hunter Lab88.6205-20.595815.6053
CIE-Lab91.0239-16.829612.4068

#cdeecd color RGB value is (205,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 11001101
Octal 315 356 315
Decimal 205 238 205
Hex CD EE CD

RGB Percentages of Color #cdeecd

%31.64
%36.73
%31.64

CMYK Percentages of Color #cdeecd

%14
%0
%14
%7

Triadic Colors of #cdeecd

#cdeecd #cdcdee #eecdcd

Analogous Colors of #cdeecd

#cdeecd #cdeede #deeecd

Monochromatic Colors of #cdeecd

#cdeecd

Complementary Color

#cdeecd #eecdee

#cdeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeecd Color CSS Codes

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

#cdeecd Text Font Color

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

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


#cdeecd Background Color

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

This div background color is #cdeecd


#cdeecd Border Color

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

This div border color is #cdeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeecd


Comments

No comments written yet.

Please login to write comment.