Color Hex Logo

#cddd39 Color Hex

#CDDD39
(205,221,57)
0 Favorites   0 Comments

Color spaces of #cddd39

RGB 20522157
HSL0.180.710.55
HSV66°74°87°
CMYK 0.070.000.74   0.13
XYZ51.771864.987413.6861
Yxy64.98740.39690.4982
Hunter Lab80.6148-26.440946.3646
CIE-Lab84.4772-24.751873.0515

#cddd39 color RGB value is (205,221,57).

#cddd39 hex color red value is 205, green value is 221 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #cddd39 hue: 0.18 , saturation: 0.71 and the lightness value of cddd39 is 0.55.

The process color (four color CMYK) of #cddd39 color hex is 0.07, 0.00, 0.74, 0.13. Web safe color of #cddd39 is #cccc33. Color #cddd39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011101 00111001
Octal 315 335 71
Decimal 205 221 57
Hex CD DD 39

RGB Percentages of Color #cddd39

%42.44
%45.76
%11.80

CMYK Percentages of Color #cddd39

%7
%0
%74
%13

Triadic Colors of #cddd39

#cddd39 #39cddd #dd39cd

Analogous Colors of #cddd39

#cddd39 #7bdd39 #dd9b39

Monochromatic Colors of #cddd39

#cddd39

Complementary Color

#cddd39 #4939dd

#cddd39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddd39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddd39 Color CSS Codes

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

#cddd39 Text Font Color

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

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


#cddd39 Background Color

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

This div background color is #cddd39


#cddd39 Border Color

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

This div border color is #cddd39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddd39


Comments

No comments written yet.

Please login to write comment.