Color Hex Logo

#ccce84 Color Hex

#CCCE84
(204,206,132)
0 Favorites   0 Comments

Color spaces of #ccce84

RGB 204206132
HSL0.170.430.66
HSV62°36°81°
CMYK 0.010.000.36   0.19
XYZ51.138058.645930.4543
Yxy58.64590.36470.4182
Hunter Lab76.5806-14.819730.0282
CIE-Lab81.0966-11.853136.6124

#ccce84 color RGB value is (204,206,132).

#ccce84 hex color red value is 204, green value is 206 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ccce84 hue: 0.17 , saturation: 0.43 and the lightness value of ccce84 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 10000100
Octal 314 316 204
Decimal 204 206 132
Hex CC CE 84

RGB Percentages of Color #ccce84

%37.64
%38.01
%24.35

CMYK Percentages of Color #ccce84

%1
%0
%36
%19

Triadic Colors of #ccce84

#ccce84 #84ccce #ce84cc

Analogous Colors of #ccce84

#ccce84 #a7ce84 #ceab84

Monochromatic Colors of #ccce84

#ccce84

Complementary Color

#ccce84 #8684ce

#ccce84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccce84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccce84 Color CSS Codes

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

#ccce84 Text Font Color

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

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


#ccce84 Background Color

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

This div background color is #ccce84


#ccce84 Border Color

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

This div border color is #ccce84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccce84


Comments

No comments written yet.

Please login to write comment.