Color Hex Logo

#cddd2f Color Hex

#CDDD2F
(205,221,47)
0 Favorites   0 Comments

Color spaces of #cddd2f

RGB 20522147
HSL0.180.720.53
HSV66°79°87°
CMYK 0.070.000.79   0.13
XYZ51.546464.897312.4990
Yxy64.89730.39980.5033
Hunter Lab80.5589-26.763047.1921
CIE-Lab84.4308-25.145175.9561

#cddd2f color RGB value is (205,221,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011101 00101111
Octal 315 335 57
Decimal 205 221 47
Hex CD DD 2F

RGB Percentages of Color #cddd2f

%43.34
%46.72
%9.94

CMYK Percentages of Color #cddd2f

%7
%0
%79
%13

Triadic Colors of #cddd2f

#cddd2f #2fcddd #dd2fcd

Analogous Colors of #cddd2f

#cddd2f #76dd2f #dd962f

Monochromatic Colors of #cddd2f

#cddd2f

Complementary Color

#cddd2f #3f2fdd

#cddd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddd2f Color CSS Codes

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

#cddd2f Text Font Color

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

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


#cddd2f Background Color

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

This div background color is #cddd2f


#cddd2f Border Color

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

This div border color is #cddd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddd2f


Comments

No comments written yet.

Please login to write comment.