Color Hex Logo

#5fabbe Color Hex

#5FABBE
(95,171,190)
0 Favorites   0 Comments

Color spaces of #5fabbe

RGB 95171190
HSL0.530.420.56
HSV192°50°75°
CMYK 0.500.100.00   0.25
XYZ28.576535.276454.0181
Yxy35.27640.24240.2993
Hunter Lab59.3939-18.0568-12.3478
CIE-Lab65.9633-18.3296-17.0115

#5fabbe color RGB value is (95,171,190).

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

The process color (four color CMYK) of #5fabbe color hex is 0.50, 0.10, 0.00, 0.25. Web safe color of #5fabbe is #6699cc. Color #5fabbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 10111110
Octal 137 253 276
Decimal 95 171 190
Hex 5F AB BE

RGB Percentages of Color #5fabbe

%20.83
%37.50
%41.67

CMYK Percentages of Color #5fabbe

%50
%10
%0
%25

Triadic Colors of #5fabbe

#5fabbe #be5fab #abbe5f

Analogous Colors of #5fabbe

#5fabbe #5f7cbe #5fbea2

Monochromatic Colors of #5fabbe

#5fabbe

Complementary Color

#5fabbe #be725f

#5fabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fabbe Color CSS Codes

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

#5fabbe Text Font Color

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

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


#5fabbe Background Color

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

This div background color is #5fabbe


#5fabbe Border Color

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

This div border color is #5fabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fabbe

#5fabbe Color Palettes


Comments

No comments written yet.

Please login to write comment.