Color Hex Logo

#cddf2f Color Hex

#CDDF2F
(205,223,47)
0 Favorites   0 Comments

Color spaces of #cddf2f

RGB 20522347
HSL0.180.730.53
HSV66°79°87°
CMYK 0.080.000.79   0.13
XYZ52.077665.959712.6760
Yxy65.95970.39840.5046
Hunter Lab81.2156-27.668347.5970
CIE-Lab84.9759-26.098676.4392

#cddf2f color RGB value is (205,223,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011111 00101111
Octal 315 337 57
Decimal 205 223 47
Hex CD DF 2F

RGB Percentages of Color #cddf2f

%43.16
%46.95
%9.89

CMYK Percentages of Color #cddf2f

%8
%0
%79
%13

Triadic Colors of #cddf2f

#cddf2f #2fcddf #df2fcd

Analogous Colors of #cddf2f

#cddf2f #75df2f #df992f

Monochromatic Colors of #cddf2f

#cddf2f

Complementary Color

#cddf2f #412fdf

#cddf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddf2f Color CSS Codes

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

#cddf2f Text Font Color

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

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


#cddf2f Background Color

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

This div background color is #cddf2f


#cddf2f Border Color

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

This div border color is #cddf2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,223,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 #cddf2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddf2f


Comments

No comments written yet.

Please login to write comment.