Color Hex Logo

#cddd37 Color Hex

#CDDD37
(205,221,55)
0 Favorites   0 Comments

Color spaces of #cddd37

RGB 20522155
HSL0.180.710.54
HSV66°75°87°
CMYK 0.070.000.75   0.13
XYZ51.722964.967913.4284
Yxy64.96790.39750.4993
Hunter Lab80.6027-26.510846.5442
CIE-Lab84.4672-24.837173.6670

#cddd37 color RGB value is (205,221,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011101 00110111
Octal 315 335 67
Decimal 205 221 55
Hex CD DD 37

RGB Percentages of Color #cddd37

%42.62
%45.95
%11.43

CMYK Percentages of Color #cddd37

%7
%0
%75
%13

Triadic Colors of #cddd37

#cddd37 #37cddd #dd37cd

Analogous Colors of #cddd37

#cddd37 #7add37 #dd9a37

Monochromatic Colors of #cddd37

#cddd37

Complementary Color

#cddd37 #4737dd

#cddd37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddd37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddd37 Color CSS Codes

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

#cddd37 Text Font Color

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

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


#cddd37 Background Color

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

This div background color is #cddd37


#cddd37 Border Color

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

This div border color is #cddd37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddd37


Comments

No comments written yet.

Please login to write comment.