Color Hex Logo

#55deda Color Hex

#55DEDA
(85,222,218)
0 Favorites   0 Comments

Color spaces of #55deda

RGB 85222218
HSL0.500.670.60
HSV178°62°87°
CMYK 0.620.000.02   0.13
XYZ42.522559.235875.5222
Yxy59.23580.23990.3341
Hunter Lab76.9648-36.0684-4.3033
CIE-Lab81.4210-37.5075-9.0714

#55deda color RGB value is (85,222,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011110 11011010
Octal 125 336 332
Decimal 85 222 218
Hex 55 DE DA

RGB Percentages of Color #55deda

%16.19
%42.29
%41.52

CMYK Percentages of Color #55deda

%62
%0
%2
%13

Triadic Colors of #55deda

#55deda #da55de #deda55

Analogous Colors of #55deda

#55deda #559ede #55de96

Monochromatic Colors of #55deda

#55deda

Complementary Color

#55deda #de5559

#55deda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55deda Color Preview on White Background

Lorem ipsum dolor sit amet.

#55deda Color CSS Codes

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

#55deda Text Font Color

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

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


#55deda Background Color

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

This div background color is #55deda


#55deda Border Color

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

This div border color is #55deda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55deda


Comments

No comments written yet.

Please login to write comment.