Color Hex Logo

#cdd24f Color Hex

#CDD24F
(205,210,79)
0 Favorites   0 Comments

Color spaces of #cdd24f

RGB 20521079
HSL0.170.590.57
HSV62°62°82°
CMYK 0.020.000.62   0.18
XYZ49.634759.636816.2922
Yxy59.63680.39530.4750
Hunter Lab77.2249-20.416341.5489
CIE-Lab81.6404-18.221762.1670

#cdd24f color RGB value is (205,210,79).

#cdd24f hex color red value is 205, green value is 210 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cdd24f hue: 0.17 , saturation: 0.59 and the lightness value of cdd24f is 0.57.

The process color (four color CMYK) of #cdd24f color hex is 0.02, 0.00, 0.62, 0.18. Web safe color of #cdd24f is #cccc66. Color #cdd24f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 01001111
Octal 315 322 117
Decimal 205 210 79
Hex CD D2 4F

RGB Percentages of Color #cdd24f

%41.50
%42.51
%15.99

CMYK Percentages of Color #cdd24f

%2
%0
%62
%18

Triadic Colors of #cdd24f

#cdd24f #4fcdd2 #d24fcd

Analogous Colors of #cdd24f

#cdd24f #8cd24f #d2964f

Monochromatic Colors of #cdd24f

#cdd24f

Complementary Color

#cdd24f #544fd2

#cdd24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd24f Color CSS Codes

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

#cdd24f Text Font Color

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

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


#cdd24f Background Color

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

This div background color is #cdd24f


#cdd24f Border Color

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

This div border color is #cdd24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd24f


Comments

No comments written yet.

Please login to write comment.