Color Hex Logo

#5fabad Color Hex

#5FABAD
(95,171,173)
0 Favorites   0 Comments

Color spaces of #5fabad

RGB 95171173
HSL0.500.320.53
HSV182°45°68°
CMYK 0.450.010.00   0.32
XYZ26.825134.575844.7951
Yxy34.57580.25260.3256
Hunter Lab58.8012-21.4704-4.0066
CIE-Lab65.4171-22.9629-8.3746

#5fabad color RGB value is (95,171,173).

#5fabad hex color red value is 95, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5fabad hue: 0.50 , saturation: 0.32 and the lightness value of 5fabad is 0.53.

The process color (four color CMYK) of #5fabad color hex is 0.45, 0.01, 0.00, 0.32. Web safe color of #5fabad is #669999. Color #5fabad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 10101101
Octal 137 253 255
Decimal 95 171 173
Hex 5F AB AD

RGB Percentages of Color #5fabad

%21.64
%38.95
%39.41

CMYK Percentages of Color #5fabad

%45
%1
%0
%32

Triadic Colors of #5fabad

#5fabad #ad5fab #abad5f

Analogous Colors of #5fabad

#5fabad #5f84ad #5fad88

Monochromatic Colors of #5fabad

#5fabad

Complementary Color

#5fabad #ad615f

#5fabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fabad Color CSS Codes

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

#5fabad Text Font Color

<p style="color:#5fabad">Text here</p>

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


#5fabad Background Color

<div style="background-color:#5fabad">
Div content here</div>

This div background color is #5fabad


#5fabad Border Color

<div style="border:3px solid #5fabad">
Div here</div>

This div border color is #5fabad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,171,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fabad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fabad;
  -webkit-box-shadow: 1px 1px 3px 2px #5fabad;
  box-shadow:         1px 1px 3px 2px #5fabad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,171,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 #5fabad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fabad


Comments

No comments written yet.

Please login to write comment.