Color Hex Logo

#ccceaa Color Hex

#CCCEAA
(204,206,170)
0 Favorites   0 Comments

Color spaces of #ccceaa

RGB 204206170
HSL0.180.270.74
HSV63°17°81°
CMYK 0.010.000.17   0.19
XYZ54.228859.882346.7305
Yxy59.88230.33720.3723
Hunter Lab77.3837-10.332418.3645
CIE-Lab81.7742-6.740617.7152

#ccceaa color RGB value is (204,206,170).

#ccceaa hex color red value is 204, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ccceaa hue: 0.18 , saturation: 0.27 and the lightness value of ccceaa is 0.74.

The process color (four color CMYK) of #ccceaa color hex is 0.01, 0.00, 0.17, 0.19. Web safe color of #ccceaa is #cccc99. Color #ccceaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 10101010
Octal 314 316 252
Decimal 204 206 170
Hex CC CE AA

RGB Percentages of Color #ccceaa

%35.17
%35.52
%29.31

CMYK Percentages of Color #ccceaa

%1
%0
%17
%19

Triadic Colors of #ccceaa

#ccceaa #aaccce #ceaacc

Analogous Colors of #ccceaa

#ccceaa #baceaa #cebeaa

Monochromatic Colors of #ccceaa

#ccceaa

Complementary Color

#ccceaa #acaace

#ccceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccceaa Color CSS Codes

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

#ccceaa Text Font Color

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

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


#ccceaa Background Color

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

This div background color is #ccceaa


#ccceaa Border Color

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

This div border color is #ccceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccceaa


Comments

No comments written yet.

Please login to write comment.