Color Hex Logo

#ccd496 Color Hex

#CCD496
(204,212,150)
0 Favorites   0 Comments

Color spaces of #ccd496

RGB 204212150
HSL0.190.420.71
HSV68°29°83°
CMYK 0.040.000.29   0.17
XYZ53.950362.126338.0023
Yxy62.12630.35010.4032
Hunter Lab78.8202-15.757026.5882
CIE-Lab82.9805-12.651629.8419

#ccd496 color RGB value is (204,212,150).

#ccd496 hex color red value is 204, green value is 212 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ccd496 hue: 0.19 , saturation: 0.42 and the lightness value of ccd496 is 0.71.

The process color (four color CMYK) of #ccd496 color hex is 0.04, 0.00, 0.29, 0.17. Web safe color of #ccd496 is #cccc99. Color #ccd496 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 10010110
Octal 314 324 226
Decimal 204 212 150
Hex CC D4 96

RGB Percentages of Color #ccd496

%36.04
%37.46
%26.50

CMYK Percentages of Color #ccd496

%4
%0
%29
%17

Triadic Colors of #ccd496

#ccd496 #96ccd4 #d496cc

Analogous Colors of #ccd496

#ccd496 #add496 #d4bd96

Monochromatic Colors of #ccd496

#ccd496

Complementary Color

#ccd496 #9e96d4

#ccd496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd496 Color CSS Codes

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

#ccd496 Text Font Color

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

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


#ccd496 Background Color

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

This div background color is #ccd496


#ccd496 Border Color

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

This div border color is #ccd496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd496


Comments

No comments written yet.

Please login to write comment.