Color Hex Logo

#ccd29b Color Hex

#CCD29B
(204,210,155)
0 Favorites   0 Comments

Color spaces of #ccd29b

RGB 204210155
HSL0.180.380.72
HSV67°26°82°
CMYK 0.030.000.26   0.18
XYZ53.864861.297140.0029
Yxy61.29710.34710.3950
Hunter Lab78.2925-14.204824.5110
CIE-Lab82.5382-10.963726.6503

#ccd29b color RGB value is (204,210,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 10011011
Octal 314 322 233
Decimal 204 210 155
Hex CC D2 9B

RGB Percentages of Color #ccd29b

%35.85
%36.91
%27.24

CMYK Percentages of Color #ccd29b

%3
%0
%26
%18

Triadic Colors of #ccd29b

#ccd29b #9bccd2 #d29bcc

Analogous Colors of #ccd29b

#ccd29b #b1d29b #d2bd9b

Monochromatic Colors of #ccd29b

#ccd29b

Complementary Color

#ccd29b #a19bd2

#ccd29b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd29b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd29b Color CSS Codes

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

#ccd29b Text Font Color

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

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


#ccd29b Background Color

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

This div background color is #ccd29b


#ccd29b Border Color

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

This div border color is #ccd29b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd29b


Comments

No comments written yet.

Please login to write comment.