Color Hex Logo

#5faaeb Color Hex

#5FAAEB
(95,170,235)
0 Favorites   0 Comments

Color spaces of #5faaeb

RGB 95170235
HSL0.580.780.65
HSV208°60°92°
CMYK 0.600.280.00   0.08
XYZ34.089437.180583.9771
Yxy37.18050.21960.2395
Hunter Lab60.9758-6.9147-38.9723
CIE-Lab67.4122-4.2886-39.5989

#5faaeb color RGB value is (95,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101010 11101011
Octal 137 252 353
Decimal 95 170 235
Hex 5F AA EB

RGB Percentages of Color #5faaeb

%19.00
%34.00
%47.00

CMYK Percentages of Color #5faaeb

%60
%28
%0
%8

Triadic Colors of #5faaeb

#5faaeb #eb5faa #aaeb5f

Analogous Colors of #5faaeb

#5faaeb #5f64eb #5febe6

Monochromatic Colors of #5faaeb

#5faaeb

Complementary Color

#5faaeb #eba05f

#5faaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faaeb Color CSS Codes

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

#5faaeb Text Font Color

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

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


#5faaeb Background Color

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

This div background color is #5faaeb


#5faaeb Border Color

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

This div border color is #5faaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faaeb


Comments

No comments written yet.

Please login to write comment.