Color Hex Logo

#55dd64 Color Hex

#55DD64
(85,221,100)
0 Favorites   0 Comments

Color spaces of #55dd64

RGB 85221100
HSL0.350.670.60
HSV127°62°87°
CMYK 0.620.000.55   0.13
XYZ31.903054.564320.9071
Yxy54.56430.29710.5082
Hunter Lab73.8677-52.175334.9262
CIE-Lab78.7896-61.092448.0476

#55dd64 color RGB value is (85,221,100).

#55dd64 hex color red value is 85, green value is 221 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #55dd64 hue: 0.35 , saturation: 0.67 and the lightness value of 55dd64 is 0.60.

The process color (four color CMYK) of #55dd64 color hex is 0.62, 0.00, 0.55, 0.13. Web safe color of #55dd64 is #66cc66. Color #55dd64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011101 01100100
Octal 125 335 144
Decimal 85 221 100
Hex 55 DD 64

RGB Percentages of Color #55dd64

%20.94
%54.43
%24.63

CMYK Percentages of Color #55dd64

%62
%0
%55
%13

Triadic Colors of #55dd64

#55dd64 #6455dd #dd6455

Analogous Colors of #55dd64

#55dd64 #55dda8 #8add55

Monochromatic Colors of #55dd64

#55dd64

Complementary Color

#55dd64 #dd55ce

#55dd64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dd64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dd64 Color CSS Codes

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

#55dd64 Text Font Color

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

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


#55dd64 Background Color

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

This div background color is #55dd64


#55dd64 Border Color

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

This div border color is #55dd64


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,221,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55dd64; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55dd64;
  -webkit-box-shadow: 1px 1px 3px 2px #55dd64;
  box-shadow:         1px 1px 3px 2px #55dd64; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,221,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dd64


Comments

No comments written yet.

Please login to write comment.