Color Hex Logo

#cde54d Color Hex

#CDE54D
(205,229,77)
0 Favorites   0 Comments

Color spaces of #cde54d

RGB 20522977
HSL0.190.750.60
HSV69°66°90°
CMYK 0.100.000.66   0.10
XYZ54.535769.553617.5720
Yxy69.55360.38500.4910
Hunter Lab83.3988-29.224145.8868
CIE-Lab86.7775-27.525668.3136

#cde54d color RGB value is (205,229,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 01001101
Octal 315 345 115
Decimal 205 229 77
Hex CD E5 4D

RGB Percentages of Color #cde54d

%40.12
%44.81
%15.07

CMYK Percentages of Color #cde54d

%10
%0
%66
%10

Triadic Colors of #cde54d

#cde54d #4dcde5 #e54dcd

Analogous Colors of #cde54d

#cde54d #81e54d #e5b14d

Monochromatic Colors of #cde54d

#cde54d

Complementary Color

#cde54d #654de5

#cde54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde54d Color CSS Codes

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

#cde54d Text Font Color

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

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


#cde54d Background Color

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

This div background color is #cde54d


#cde54d Border Color

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

This div border color is #cde54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde54d


Comments

No comments written yet.

Please login to write comment.