Color Hex Logo

#55dfad Color Hex

#55DFAD
(85,223,173)
0 Favorites   0 Comments

Color spaces of #55dfad

RGB 85223173
HSL0.440.680.60
HSV158°62°87°
CMYK 0.620.000.22   0.13
XYZ37.676857.723848.6912
Yxy57.72380.26150.4006
Hunter Lab75.9762-44.439715.1859
CIE-Lab80.5850-49.019413.5838

#55dfad color RGB value is (85,223,173).

#55dfad hex color red value is 85, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #55dfad hue: 0.44 , saturation: 0.68 and the lightness value of 55dfad is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011111 10101101
Octal 125 337 255
Decimal 85 223 173
Hex 55 DF AD

RGB Percentages of Color #55dfad

%17.67
%46.36
%35.97

CMYK Percentages of Color #55dfad

%62
%0
%22
%13

Triadic Colors of #55dfad

#55dfad #ad55df #dfad55

Analogous Colors of #55dfad

#55dfad #55ccdf #55df68

Monochromatic Colors of #55dfad

#55dfad

Complementary Color

#55dfad #df5587

#55dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dfad Color CSS Codes

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

#55dfad Text Font Color

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

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


#55dfad Background Color

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

This div background color is #55dfad


#55dfad Border Color

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

This div border color is #55dfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dfad


Comments

No comments written yet.

Please login to write comment.