Color Hex Logo

#ccedaa Color Hex

#CCEDAA
(204,237,170)
0 Favorites   0 Comments

Color spaces of #ccedaa

RGB 204237170
HSL0.250.650.80
HSV90°28°93°
CMYK 0.140.000.28   0.07
XYZ62.441776.308049.4681
Yxy76.30800.33180.4054
Hunter Lab87.3545-25.277027.5727
CIE-Lab90.0022-22.246729.0112

#ccedaa color RGB value is (204,237,170).

#ccedaa hex color red value is 204, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ccedaa hue: 0.25 , saturation: 0.65 and the lightness value of ccedaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 10101010
Octal 314 355 252
Decimal 204 237 170
Hex CC ED AA

RGB Percentages of Color #ccedaa

%33.39
%38.79
%27.82

CMYK Percentages of Color #ccedaa

%14
%0
%28
%7

Triadic Colors of #ccedaa

#ccedaa #aacced #edaacc

Analogous Colors of #ccedaa

#ccedaa #abedaa #ededaa

Monochromatic Colors of #ccedaa

#ccedaa

Complementary Color

#ccedaa #cbaaed

#ccedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccedaa Color CSS Codes

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

#ccedaa Text Font Color

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

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


#ccedaa Background Color

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

This div background color is #ccedaa


#ccedaa Border Color

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

This div border color is #ccedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccedaa


Comments

No comments written yet.

Please login to write comment.