Color Hex Logo

#55bdad Color Hex

#55BDAD
(85,189,173)
0 Favorites   0 Comments

Color spaces of #55bdad

RGB 85189173
HSL0.470.440.54
HSV171°55°74°
CMYK 0.550.000.08   0.26
XYZ29.486741.343645.9612
Yxy41.34360.25250.3540
Hunter Lab64.2990-30.66542.6285
CIE-Lab70.4160-34.0030-1.0354

#55bdad color RGB value is (85,189,173).

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

The process color (four color CMYK) of #55bdad color hex is 0.55, 0.00, 0.08, 0.26. Web safe color of #55bdad is #66cc99. Color #55bdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111101 10101101
Octal 125 275 255
Decimal 85 189 173
Hex 55 BD AD

RGB Percentages of Color #55bdad

%19.02
%42.28
%38.70

CMYK Percentages of Color #55bdad

%55
%0
%8
%26

Triadic Colors of #55bdad

#55bdad #ad55bd #bdad55

Analogous Colors of #55bdad

#55bdad #5599bd #55bd79

Monochromatic Colors of #55bdad

#55bdad

Complementary Color

#55bdad #bd5565

#55bdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bdad Color CSS Codes

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

#55bdad Text Font Color

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

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


#55bdad Background Color

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

This div background color is #55bdad


#55bdad Border Color

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

This div border color is #55bdad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,189,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 #55bdad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bdad


Comments

No comments written yet.

Please login to write comment.