Color Hex Logo

#5faebe Color Hex

#5FAEBE
(95,174,190)
0 Favorites   0 Comments

Color spaces of #5faebe

RGB 95174190
HSL0.530.420.56
HSV190°50°75°
CMYK 0.500.080.00   0.25
XYZ29.149636.422754.2091
Yxy36.42270.24340.3041
Hunter Lab60.3512-19.3993-11.0100
CIE-Lab66.8416-19.8912-15.6835

#5faebe color RGB value is (95,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 10111110
Octal 137 256 276
Decimal 95 174 190
Hex 5F AE BE

RGB Percentages of Color #5faebe

%20.70
%37.91
%41.39

CMYK Percentages of Color #5faebe

%50
%8
%0
%25

Triadic Colors of #5faebe

#5faebe #be5fae #aebe5f

Analogous Colors of #5faebe

#5faebe #5f7fbe #5fbe9f

Monochromatic Colors of #5faebe

#5faebe

Complementary Color

#5faebe #be6f5f

#5faebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faebe Color CSS Codes

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

#5faebe Text Font Color

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

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


#5faebe Background Color

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

This div background color is #5faebe


#5faebe Border Color

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

This div border color is #5faebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faebe


Comments

No comments written yet.

Please login to write comment.