Color Hex Logo

#cde55d Color Hex

#CDE55D
(205,229,93)
0 Favorites   0 Comments

Color spaces of #cde55d

RGB 20522993
HSL0.200.720.63
HSV71°59°90°
CMYK 0.100.000.59   0.10
XYZ55.171969.808120.9224
Yxy69.80810.37810.4785
Hunter Lab83.5512-28.344743.6388
CIE-Lab86.9027-26.455962.0074

#cde55d color RGB value is (205,229,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 01011101
Octal 315 345 135
Decimal 205 229 93
Hex CD E5 5D

RGB Percentages of Color #cde55d

%38.90
%43.45
%17.65

CMYK Percentages of Color #cde55d

%10
%0
%59
%10

Triadic Colors of #cde55d

#cde55d #5dcde5 #e55dcd

Analogous Colors of #cde55d

#cde55d #89e55d #e5b95d

Monochromatic Colors of #cde55d

#cde55d

Complementary Color

#cde55d #755de5

#cde55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde55d Color CSS Codes

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

#cde55d Text Font Color

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

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


#cde55d Background Color

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

This div background color is #cde55d


#cde55d Border Color

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

This div border color is #cde55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde55d


Comments

No comments written yet.

Please login to write comment.