Color Hex Logo

#cde55e Color Hex

#CDE55E
(205,229,94)
0 Favorites   0 Comments

Color spaces of #cde55e

RGB 20522994
HSL0.200.720.63
HSV71°59°90°
CMYK 0.100.000.59   0.10
XYZ55.216569.825921.1572
Yxy69.82590.37770.4776
Hunter Lab83.5619-28.283143.4816
CIE-Lab86.9114-26.381261.5923

#cde55e color RGB value is (205,229,94).

#cde55e hex color red value is 205, green value is 229 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cde55e hue: 0.20 , saturation: 0.72 and the lightness value of cde55e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 01011110
Octal 315 345 136
Decimal 205 229 94
Hex CD E5 5E

RGB Percentages of Color #cde55e

%38.83
%43.37
%17.80

CMYK Percentages of Color #cde55e

%10
%0
%59
%10

Triadic Colors of #cde55e

#cde55e #5ecde5 #e55ecd

Analogous Colors of #cde55e

#cde55e #8ae55e #e5ba5e

Monochromatic Colors of #cde55e

#cde55e

Complementary Color

#cde55e #765ee5

#cde55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde55e Color CSS Codes

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

#cde55e Text Font Color

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

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


#cde55e Background Color

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

This div background color is #cde55e


#cde55e Border Color

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

This div border color is #cde55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde55e


Comments

No comments written yet.

Please login to write comment.