Color Hex Logo

#55adbf Color Hex

#55ADBF
(85,173,191)
0 Favorites   0 Comments

Color spaces of #55adbf

RGB 85173191
HSL0.530.450.54
HSV190°55°75°
CMYK 0.550.090.00   0.25
XYZ28.093935.580054.6771
Yxy35.58000.23740.3006
Hunter Lab59.6490-20.3145-12.5938
CIE-Lab66.1978-21.2365-17.2485

#55adbf color RGB value is (85,173,191).

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

The process color (four color CMYK) of #55adbf color hex is 0.55, 0.09, 0.00, 0.25. Web safe color of #55adbf is #6699cc. Color #55adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101101 10111111
Octal 125 255 277
Decimal 85 173 191
Hex 55 AD BF

RGB Percentages of Color #55adbf

%18.93
%38.53
%42.54

CMYK Percentages of Color #55adbf

%55
%9
%0
%25

Triadic Colors of #55adbf

#55adbf #bf55ad #adbf55

Analogous Colors of #55adbf

#55adbf #5578bf #55bf9c

Monochromatic Colors of #55adbf

#55adbf

Complementary Color

#55adbf #bf6755

#55adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55adbf Color CSS Codes

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

#55adbf Text Font Color

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

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


#55adbf Background Color

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

This div background color is #55adbf


#55adbf Border Color

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

This div border color is #55adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55adbf


Comments

No comments written yet.

Please login to write comment.