Color Hex Logo

#cddd99 Color Hex

#CDDD99
(205,221,153)
0 Favorites   0 Comments

Color spaces of #cddd99

RGB 205221153
HSL0.210.500.73
HSV74°31°87°
CMYK 0.070.000.31   0.13
XYZ56.783166.991940.0749
Yxy66.99190.34660.4089
Hunter Lab81.8486-19.399228.2643
CIE-Lab85.4999-16.388131.6707

#cddd99 color RGB value is (205,221,153).

#cddd99 hex color red value is 205, green value is 221 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cddd99 hue: 0.21 , saturation: 0.50 and the lightness value of cddd99 is 0.73.

The process color (four color CMYK) of #cddd99 color hex is 0.07, 0.00, 0.31, 0.13. Web safe color of #cddd99 is #cccc99. Color #cddd99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011101 10011001
Octal 315 335 231
Decimal 205 221 153
Hex CD DD 99

RGB Percentages of Color #cddd99

%35.41
%38.17
%26.42

CMYK Percentages of Color #cddd99

%7
%0
%31
%13

Triadic Colors of #cddd99

#cddd99 #99cddd #dd99cd

Analogous Colors of #cddd99

#cddd99 #abdd99 #ddcb99

Monochromatic Colors of #cddd99

#cddd99

Complementary Color

#cddd99 #a999dd

#cddd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddd99 Color CSS Codes

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

#cddd99 Text Font Color

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

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


#cddd99 Background Color

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

This div background color is #cddd99


#cddd99 Border Color

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

This div border color is #cddd99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,221,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cddd99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cddd99;
  -webkit-box-shadow: 1px 1px 3px 2px #cddd99;
  box-shadow:         1px 1px 3px 2px #cddd99; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,221,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddd99


Comments

No comments written yet.

Please login to write comment.