Color Hex Logo

#cde55a Color Hex

#CDE55A
(205,229,90)
1 Favorites   0 Comments

Color spaces of #cde55a

RGB 20522990
HSL0.200.730.63
HSV70°61°90°
CMYK 0.100.000.61   0.10
XYZ55.041669.755920.2361
Yxy69.75590.37950.4810
Hunter Lab83.5200-28.524444.0986
CIE-Lab86.8770-26.673963.2391

#cde55a color RGB value is (205,229,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 01011010
Octal 315 345 132
Decimal 205 229 90
Hex CD E5 5A

RGB Percentages of Color #cde55a

%39.12
%43.70
%17.18

CMYK Percentages of Color #cde55a

%10
%0
%61
%10

Triadic Colors of #cde55a

#cde55a #5acde5 #e55acd

Analogous Colors of #cde55a

#cde55a #88e55a #e5b85a

Monochromatic Colors of #cde55a

#cde55a

Complementary Color

#cde55a #725ae5

#cde55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde55a Color CSS Codes

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

#cde55a Text Font Color

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

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


#cde55a Background Color

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

This div background color is #cde55a


#cde55a Border Color

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

This div border color is #cde55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde55a


Comments

No comments written yet.

Please login to write comment.