Color Hex Logo

#ccd29d Color Hex

#CCD29D
(204,210,157)
0 Favorites   0 Comments

Color spaces of #ccd29d

RGB 204210157
HSL0.190.370.72
HSV67°25°82°
CMYK 0.030.000.25   0.18
XYZ54.034261.364940.8950
Yxy61.36490.34570.3926
Hunter Lab78.3358-13.962423.8828
CIE-Lab82.5745-10.687025.6559

#ccd29d color RGB value is (204,210,157).

#ccd29d hex color red value is 204, green value is 210 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ccd29d hue: 0.19 , saturation: 0.37 and the lightness value of ccd29d is 0.72.

The process color (four color CMYK) of #ccd29d color hex is 0.03, 0.00, 0.25, 0.18. Web safe color of #ccd29d is #cccc99. Color #ccd29d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 10011101
Octal 314 322 235
Decimal 204 210 157
Hex CC D2 9D

RGB Percentages of Color #ccd29d

%35.73
%36.78
%27.50

CMYK Percentages of Color #ccd29d

%3
%0
%25
%18

Triadic Colors of #ccd29d

#ccd29d #9dccd2 #d29dcc

Analogous Colors of #ccd29d

#ccd29d #b2d29d #d2be9d

Monochromatic Colors of #ccd29d

#ccd29d

Complementary Color

#ccd29d #a39dd2

#ccd29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd29d Color CSS Codes

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

#ccd29d Text Font Color

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

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


#ccd29d Background Color

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

This div background color is #ccd29d


#ccd29d Border Color

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

This div border color is #ccd29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd29d


Comments

No comments written yet.

Please login to write comment.