Color Hex Logo

#cde54c Color Hex

#CDE54C
(205,229,76)
0 Favorites   0 Comments

Color spaces of #cde54c

RGB 20522976
HSL0.190.750.60
HSV69°67°90°
CMYK 0.100.000.67   0.10
XYZ54.500769.539617.3875
Yxy69.53960.38540.4917
Hunter Lab83.3904-29.272646.0109
CIE-Lab86.7706-27.584868.6841

#cde54c color RGB value is (205,229,76).

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

The process color (four color CMYK) of #cde54c color hex is 0.10, 0.00, 0.67, 0.10. Web safe color of #cde54c is #cccc33. Color #cde54c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 01001100
Octal 315 345 114
Decimal 205 229 76
Hex CD E5 4C

RGB Percentages of Color #cde54c

%40.20
%44.90
%14.90

CMYK Percentages of Color #cde54c

%10
%0
%67
%10

Triadic Colors of #cde54c

#cde54c #4ccde5 #e54ccd

Analogous Colors of #cde54c

#cde54c #81e54c #e5b14c

Monochromatic Colors of #cde54c

#cde54c

Complementary Color

#cde54c #644ce5

#cde54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde54c Color CSS Codes

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

#cde54c Text Font Color

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

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


#cde54c Background Color

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

This div background color is #cde54c


#cde54c Border Color

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

This div border color is #cde54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde54c


Comments

No comments written yet.

Please login to write comment.