Color Hex Logo

#5faebf Color Hex

#5FAEBF
(95,174,191)
0 Favorites   0 Comments

Color spaces of #5faebf

RGB 95174191
HSL0.530.430.56
HSV191°50°75°
CMYK 0.500.090.00   0.25
XYZ29.259336.466654.7868
Yxy36.46660.24280.3026
Hunter Lab60.3876-19.1905-11.5197
CIE-Lab66.8749-19.6121-16.1872

#5faebf color RGB value is (95,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 10111111
Octal 137 256 277
Decimal 95 174 191
Hex 5F AE BF

RGB Percentages of Color #5faebf

%20.65
%37.83
%41.52

CMYK Percentages of Color #5faebf

%50
%9
%0
%25

Triadic Colors of #5faebf

#5faebf #bf5fae #aebf5f

Analogous Colors of #5faebf

#5faebf #5f7ebf #5fbfa0

Monochromatic Colors of #5faebf

#5faebf

Complementary Color

#5faebf #bf705f

#5faebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faebf Color CSS Codes

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

#5faebf Text Font Color

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

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


#5faebf Background Color

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

This div background color is #5faebf


#5faebf Border Color

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

This div border color is #5faebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faebf


Comments

No comments written yet.

Please login to write comment.