Color Hex Logo

#cdde4f Color Hex

#CDDE4F
(205,222,79)
0 Favorites   0 Comments

Color spaces of #cdde4f

RGB 20522279
HSL0.190.680.59
HSV67°64°87°
CMYK 0.080.000.64   0.13
XYZ52.709465.786217.3171
Yxy65.78620.38810.4844
Hunter Lab81.1087-25.940044.1174
CIE-Lab84.8872-24.068865.5837

#cdde4f color RGB value is (205,222,79).

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

The process color (four color CMYK) of #cdde4f color hex is 0.08, 0.00, 0.64, 0.13. Web safe color of #cdde4f is #cccc66. Color #cdde4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011110 01001111
Octal 315 336 117
Decimal 205 222 79
Hex CD DE 4F

RGB Percentages of Color #cdde4f

%40.51
%43.87
%15.61

CMYK Percentages of Color #cdde4f

%8
%0
%64
%13

Triadic Colors of #cdde4f

#cdde4f #4fcdde #de4fcd

Analogous Colors of #cdde4f

#cdde4f #86de4f #dea84f

Monochromatic Colors of #cdde4f

#cdde4f

Complementary Color

#cdde4f #604fde

#cdde4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdde4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdde4f Color CSS Codes

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

#cdde4f Text Font Color

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

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


#cdde4f Background Color

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

This div background color is #cdde4f


#cdde4f Border Color

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

This div border color is #cdde4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdde4f


Comments

No comments written yet.

Please login to write comment.