Color Hex Logo

#cdeeac Color Hex

#CDEEAC
(205,238,172)
0 Favorites   0 Comments

Color spaces of #cdeeac

RGB 205238172
HSL0.250.660.80
HSV90°28°93°
CMYK 0.140.000.28   0.07
XYZ63.197877.106850.5819
Yxy77.10680.33110.4039
Hunter Lab87.8105-25.200727.3142
CIE-Lab90.3707-22.088128.5013

#cdeeac color RGB value is (205,238,172).

#cdeeac hex color red value is 205, green value is 238 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cdeeac hue: 0.25 , saturation: 0.66 and the lightness value of cdeeac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 10101100
Octal 315 356 254
Decimal 205 238 172
Hex CD EE AC

RGB Percentages of Color #cdeeac

%33.33
%38.70
%27.97

CMYK Percentages of Color #cdeeac

%14
%0
%28
%7

Triadic Colors of #cdeeac

#cdeeac #accdee #eeaccd

Analogous Colors of #cdeeac

#cdeeac #aceeac #eeeeac

Monochromatic Colors of #cdeeac

#cdeeac

Complementary Color

#cdeeac #cdacee

#cdeeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeeac Color CSS Codes

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

#cdeeac Text Font Color

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

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


#cdeeac Background Color

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

This div background color is #cdeeac


#cdeeac Border Color

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

This div border color is #cdeeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeeac


Comments

No comments written yet.

Please login to write comment.