Color Hex Logo

#cddc80 Color Hex

#CDDC80
(205,220,128)
0 Favorites   0 Comments

Color spaces of #cddc80

RGB 205220128
HSL0.190.570.68
HSV70°42°86°
CMYK 0.070.000.42   0.14
XYZ54.666365.724030.2269
Yxy65.72400.36290.4364
Hunter Lab81.0703-21.509334.6431
CIE-Lab84.8554-18.909643.4195

#cddc80 color RGB value is (205,220,128).

#cddc80 hex color red value is 205, green value is 220 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cddc80 hue: 0.19 , saturation: 0.57 and the lightness value of cddc80 is 0.68.

The process color (four color CMYK) of #cddc80 color hex is 0.07, 0.00, 0.42, 0.14. Web safe color of #cddc80 is #cccc99. Color #cddc80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011100 10000000
Octal 315 334 200
Decimal 205 220 128
Hex CD DC 80

RGB Percentages of Color #cddc80

%37.07
%39.78
%23.15

CMYK Percentages of Color #cddc80

%7
%0
%42
%14

Triadic Colors of #cddc80

#cddc80 #80cddc #dc80cd

Analogous Colors of #cddc80

#cddc80 #9fdc80 #dcbd80

Monochromatic Colors of #cddc80

#cddc80

Complementary Color

#cddc80 #8f80dc

#cddc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddc80 Color CSS Codes

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

#cddc80 Text Font Color

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

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


#cddc80 Background Color

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

This div background color is #cddc80


#cddc80 Border Color

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

This div border color is #cddc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddc80


Comments

No comments written yet.

Please login to write comment.