Color Hex Logo

#cddc2f Color Hex

#CDDC2F
(205,220,47)
0 Favorites   0 Comments

Color spaces of #cddc2f

RGB 20522047
HSL0.180.710.52
HSV65°79°86°
CMYK 0.070.000.79   0.14
XYZ51.283164.370812.4112
Yxy64.37080.40040.5026
Hunter Lab80.2314-26.309646.9903
CIE-Lab84.1585-24.666775.7147

#cddc2f color RGB value is (205,220,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011100 00101111
Octal 315 334 57
Decimal 205 220 47
Hex CD DC 2F

RGB Percentages of Color #cddc2f

%43.43
%46.61
%9.96

CMYK Percentages of Color #cddc2f

%7
%0
%79
%14

Triadic Colors of #cddc2f

#cddc2f #2fcddc #dc2fcd

Analogous Colors of #cddc2f

#cddc2f #77dc2f #dc952f

Monochromatic Colors of #cddc2f

#cddc2f

Complementary Color

#cddc2f #3e2fdc

#cddc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddc2f Color CSS Codes

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

#cddc2f Text Font Color

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

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


#cddc2f Background Color

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

This div background color is #cddc2f


#cddc2f Border Color

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

This div border color is #cddc2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddc2f


Comments

No comments written yet.

Please login to write comment.