Color Hex Logo

#5faaea Color Hex

#5FAAEA
(95,170,234)
0 Favorites   0 Comments

Color spaces of #5faaea

RGB 95170234
HSL0.580.770.65
HSV208°59°92°
CMYK 0.590.270.00   0.08
XYZ33.945337.122983.2182
Yxy37.12290.22000.2406
Hunter Lab60.9286-7.1768-38.3302
CIE-Lab67.3691-4.6041-39.1190

#5faaea color RGB value is (95,170,234).

#5faaea hex color red value is 95, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5faaea hue: 0.58 , saturation: 0.77 and the lightness value of 5faaea is 0.65.

The process color (four color CMYK) of #5faaea color hex is 0.59, 0.27, 0.00, 0.08. Web safe color of #5faaea is #6699ff. Color #5faaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101010 11101010
Octal 137 252 352
Decimal 95 170 234
Hex 5F AA EA

RGB Percentages of Color #5faaea

%19.04
%34.07
%46.89

CMYK Percentages of Color #5faaea

%59
%27
%0
%8

Triadic Colors of #5faaea

#5faaea #ea5faa #aaea5f

Analogous Colors of #5faaea

#5faaea #5f65ea #5feae5

Monochromatic Colors of #5faaea

#5faaea

Complementary Color

#5faaea #ea9f5f

#5faaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faaea Color CSS Codes

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

#5faaea Text Font Color

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

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


#5faaea Background Color

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

This div background color is #5faaea


#5faaea Border Color

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

This div border color is #5faaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faaea


Comments

No comments written yet.

Please login to write comment.