Color Hex Logo

#cde54f Color Hex

#CDE54F
(205,229,79)
0 Favorites   0 Comments

Color spaces of #cde54f

RGB 20522979
HSL0.190.740.60
HSV70°66°90°
CMYK 0.100.000.66   0.10
XYZ54.607469.582317.9497
Yxy69.58230.38420.4895
Hunter Lab83.4160-29.124945.6330
CIE-Lab86.7916-27.404567.5633

#cde54f color RGB value is (205,229,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 01001111
Octal 315 345 117
Decimal 205 229 79
Hex CD E5 4F

RGB Percentages of Color #cde54f

%39.96
%44.64
%15.40

CMYK Percentages of Color #cde54f

%10
%0
%66
%10

Triadic Colors of #cde54f

#cde54f #4fcde5 #e54fcd

Analogous Colors of #cde54f

#cde54f #82e54f #e5b24f

Monochromatic Colors of #cde54f

#cde54f

Complementary Color

#cde54f #674fe5

#cde54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde54f Color CSS Codes

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

#cde54f Text Font Color

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

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


#cde54f Background Color

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

This div background color is #cde54f


#cde54f Border Color

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

This div border color is #cde54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde54f


Comments

No comments written yet.

Please login to write comment.