Color Hex Logo

#5faee5 Color Hex

#5FAEE5
(95,174,229)
0 Favorites   0 Comments

Color spaces of #5faee5

RGB 95174229
HSL0.570.720.64
HSV205°59°90°
CMYK 0.590.240.00   0.10
XYZ33.998238.362179.7415
Yxy38.36210.22350.2522
Hunter Lab61.9371-10.4088-32.9774
CIE-Lab68.2866-8.3747-34.9543

#5faee5 color RGB value is (95,174,229).

#5faee5 hex color red value is 95, green value is 174 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #5faee5 hue: 0.57 , saturation: 0.72 and the lightness value of 5faee5 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 11100101
Octal 137 256 345
Decimal 95 174 229
Hex 5F AE E5

RGB Percentages of Color #5faee5

%19.08
%34.94
%45.98

CMYK Percentages of Color #5faee5

%59
%24
%0
%10

Triadic Colors of #5faee5

#5faee5 #e55fae #aee55f

Analogous Colors of #5faee5

#5faee5 #5f6be5 #5fe5d9

Monochromatic Colors of #5faee5

#5faee5

Complementary Color

#5faee5 #e5965f

#5faee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faee5 Color CSS Codes

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

#5faee5 Text Font Color

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

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


#5faee5 Background Color

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

This div background color is #5faee5


#5faee5 Border Color

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

This div border color is #5faee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faee5


Comments

No comments written yet.

Please login to write comment.