Color Hex Logo

#ccd49f Color Hex

#CCD49F
(204,212,159)
0 Favorites   0 Comments

Color spaces of #ccd49f

RGB 204212159
HSL0.190.380.73
HSV69°25°83°
CMYK 0.040.000.25   0.17
XYZ54.703362.427541.9674
Yxy62.42750.34380.3924
Hunter Lab79.0111-14.684923.8154
CIE-Lab83.1402-11.422825.3809

#ccd49f color RGB value is (204,212,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 10011111
Octal 314 324 237
Decimal 204 212 159
Hex CC D4 9F

RGB Percentages of Color #ccd49f

%35.48
%36.87
%27.65

CMYK Percentages of Color #ccd49f

%4
%0
%25
%17

Triadic Colors of #ccd49f

#ccd49f #9fccd4 #d49fcc

Analogous Colors of #ccd49f

#ccd49f #b2d49f #d4c29f

Monochromatic Colors of #ccd49f

#ccd49f

Complementary Color

#ccd49f #a79fd4

#ccd49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd49f Color CSS Codes

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

#ccd49f Text Font Color

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

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


#ccd49f Background Color

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

This div background color is #ccd49f


#ccd49f Border Color

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

This div border color is #ccd49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd49f


Comments

No comments written yet.

Please login to write comment.