Color Hex Logo

#55dede Color Hex

#55DEDE
(85,222,222)
0 Favorites   0 Comments

Color spaces of #55dede

RGB 85222222
HSL0.500.670.60
HSV180°62°87°
CMYK 0.620.000.00   0.13
XYZ43.052459.447878.3127
Yxy59.44780.23810.3288
Hunter Lab77.1024-35.2585-6.2490
CIE-Lab81.5371-36.4259-11.0254

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011110 11011110
Octal 125 336 336
Decimal 85 222 222
Hex 55 DE DE

RGB Percentages of Color #55dede

%16.07
%41.97
%41.97

CMYK Percentages of Color #55dede

%62
%0
%0
%13

Triadic Colors of #55dede

#55dede #de55de #dede55

Analogous Colors of #55dede

#55dede #559ade #55de9a

Monochromatic Colors of #55dede

#55dede

Complementary Color

#55dede #de5555

#55dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dede Color CSS Codes

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

#55dede Text Font Color

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

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


#55dede Background Color

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

This div background color is #55dede


#55dede Border Color

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

This div border color is #55dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dede


Comments

No comments written yet.

Please login to write comment.