Color Hex Logo

#cddd83 Color Hex

#CDDD83
(205,221,131)
0 Favorites   0 Comments

Color spaces of #cddd83

RGB 205221131
HSL0.200.570.69
HSV71°41°87°
CMYK 0.070.000.41   0.13
XYZ55.130066.330731.3702
Yxy66.33070.36070.4340
Hunter Lab81.4437-21.698034.1734
CIE-Lab85.1648-19.070842.3283

#cddd83 color RGB value is (205,221,131).

#cddd83 hex color red value is 205, green value is 221 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cddd83 hue: 0.20 , saturation: 0.57 and the lightness value of cddd83 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011101 10000011
Octal 315 335 203
Decimal 205 221 131
Hex CD DD 83

RGB Percentages of Color #cddd83

%36.80
%39.68
%23.52

CMYK Percentages of Color #cddd83

%7
%0
%41
%13

Triadic Colors of #cddd83

#cddd83 #83cddd #dd83cd

Analogous Colors of #cddd83

#cddd83 #a0dd83 #ddc083

Monochromatic Colors of #cddd83

#cddd83

Complementary Color

#cddd83 #9383dd

#cddd83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddd83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddd83 Color CSS Codes

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

#cddd83 Text Font Color

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

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


#cddd83 Background Color

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

This div background color is #cddd83


#cddd83 Border Color

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

This div border color is #cddd83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddd83


Comments

No comments written yet.

Please login to write comment.