Color Hex Logo

#ccda9f Color Hex

#CCDA9F
(204,218,159)
0 Favorites   0 Comments

Color spaces of #ccda9f

RGB 204218159
HSL0.210.440.74
HSV74°27°85°
CMYK 0.060.000.27   0.15
XYZ56.231365.483442.4767
Yxy65.48340.34250.3988
Hunter Lab80.9218-17.576325.5233
CIE-Lab84.7322-14.447827.5392

#ccda9f color RGB value is (204,218,159).

#ccda9f hex color red value is 204, green value is 218 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ccda9f hue: 0.21 , saturation: 0.44 and the lightness value of ccda9f is 0.74.

The process color (four color CMYK) of #ccda9f color hex is 0.06, 0.00, 0.27, 0.15. Web safe color of #ccda9f is #cccc99. Color #ccda9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 10011111
Octal 314 332 237
Decimal 204 218 159
Hex CC DA 9F

RGB Percentages of Color #ccda9f

%35.11
%37.52
%27.37

CMYK Percentages of Color #ccda9f

%6
%0
%27
%15

Triadic Colors of #ccda9f

#ccda9f #9fccda #da9fcc

Analogous Colors of #ccda9f

#ccda9f #afda9f #dacb9f

Monochromatic Colors of #ccda9f

#ccda9f

Complementary Color

#ccda9f #ad9fda

#ccda9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccda9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccda9f Color CSS Codes

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

#ccda9f Text Font Color

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

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


#ccda9f Background Color

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

This div background color is #ccda9f


#ccda9f Border Color

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

This div border color is #ccda9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccda9f


Comments

No comments written yet.

Please login to write comment.