Color Hex Logo

#5fabb1 Color Hex

#5FABB1
(95,171,177)
0 Favorites   0 Comments

Color spaces of #5fabb1

RGB 95171177
HSL0.510.340.53
HSV184°46°69°
CMYK 0.460.030.00   0.31
XYZ27.218034.733046.8646
Yxy34.73300.25010.3192
Hunter Lab58.9347-20.6985-5.8928
CIE-Lab65.5403-21.9005-10.4184

#5fabb1 color RGB value is (95,171,177).

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

The process color (four color CMYK) of #5fabb1 color hex is 0.46, 0.03, 0.00, 0.31. Web safe color of #5fabb1 is #669999. Color #5fabb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 10110001
Octal 137 253 261
Decimal 95 171 177
Hex 5F AB B1

RGB Percentages of Color #5fabb1

%21.44
%38.60
%39.95

CMYK Percentages of Color #5fabb1

%46
%3
%0
%31

Triadic Colors of #5fabb1

#5fabb1 #b15fab #abb15f

Analogous Colors of #5fabb1

#5fabb1 #5f82b1 #5fb18e

Monochromatic Colors of #5fabb1

#5fabb1

Complementary Color

#5fabb1 #b1655f

#5fabb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fabb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fabb1 Color CSS Codes

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

#5fabb1 Text Font Color

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

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


#5fabb1 Background Color

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

This div background color is #5fabb1


#5fabb1 Border Color

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

This div border color is #5fabb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fabb1


Comments

No comments written yet.

Please login to write comment.