Color Hex Logo

#cde64f Color Hex

#CDE64F
(205,230,79)
0 Favorites   0 Comments

Color spaces of #cde64f

RGB 20523079
HSL0.190.750.61
HSV70°66°90°
CMYK 0.110.000.66   0.10
XYZ54.884970.137318.0422
Yxy70.13730.38360.4902
Hunter Lab83.7480-29.577745.8505
CIE-Lab87.0642-27.876567.8452

#cde64f color RGB value is (205,230,79).

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

The process color (four color CMYK) of #cde64f color hex is 0.11, 0.00, 0.66, 0.10. Web safe color of #cde64f is #ccff66. Color #cde64f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 01001111
Octal 315 346 117
Decimal 205 230 79
Hex CD E6 4F

RGB Percentages of Color #cde64f

%39.88
%44.75
%15.37

CMYK Percentages of Color #cde64f

%11
%0
%66
%10

Triadic Colors of #cde64f

#cde64f #4fcde6 #e64fcd

Analogous Colors of #cde64f

#cde64f #82e64f #e6b44f

Monochromatic Colors of #cde64f

#cde64f

Complementary Color

#cde64f #684fe6

#cde64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde64f Color CSS Codes

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

#cde64f Text Font Color

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

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


#cde64f Background Color

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

This div background color is #cde64f


#cde64f Border Color

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

This div border color is #cde64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde64f


Comments

No comments written yet.

Please login to write comment.