Color Hex Logo

#ccceac Color Hex

#CCCEAC
(204,206,172)
0 Favorites   0 Comments

Color spaces of #ccceac

RGB 204206172
HSL0.180.260.74
HSV64°17°81°
CMYK 0.010.000.17   0.19
XYZ54.419559.958547.7347
Yxy59.95850.33570.3699
Hunter Lab77.4329-10.058517.6528
CIE-Lab81.8156-6.433716.7137

#ccceac color RGB value is (204,206,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 10101100
Octal 314 316 254
Decimal 204 206 172
Hex CC CE AC

RGB Percentages of Color #ccceac

%35.05
%35.40
%29.55

CMYK Percentages of Color #ccceac

%1
%0
%17
%19

Triadic Colors of #ccceac

#ccceac #acccce #ceaccc

Analogous Colors of #ccceac

#ccceac #bbceac #cebfac

Monochromatic Colors of #ccceac

#ccceac

Complementary Color

#ccceac #aeacce

#ccceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccceac Color CSS Codes

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

#ccceac Text Font Color

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

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


#ccceac Background Color

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

This div background color is #ccceac


#ccceac Border Color

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

This div border color is #ccceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccceac


Comments

No comments written yet.

Please login to write comment.