Color Hex Logo

#5faeeb Color Hex

#5FAEEB
(95,174,235)
0 Favorites   0 Comments

Color spaces of #5faeeb

RGB 95174235
HSL0.570.780.65
HSV206°60°92°
CMYK 0.600.260.00   0.08
XYZ34.850838.703284.2309
Yxy38.70320.22090.2453
Hunter Lab62.2119-8.8760-36.7265
CIE-Lab68.5357-6.5058-37.8464

#5faeeb color RGB value is (95,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 11101011
Octal 137 256 353
Decimal 95 174 235
Hex 5F AE EB

RGB Percentages of Color #5faeeb

%18.85
%34.52
%46.63

CMYK Percentages of Color #5faeeb

%60
%26
%0
%8

Triadic Colors of #5faeeb

#5faeeb #eb5fae #aeeb5f

Analogous Colors of #5faeeb

#5faeeb #5f68eb #5febe2

Monochromatic Colors of #5faeeb

#5faeeb

Complementary Color

#5faeeb #eb9c5f

#5faeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faeeb Color CSS Codes

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

#5faeeb Text Font Color

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

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


#5faeeb Background Color

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

This div background color is #5faeeb


#5faeeb Border Color

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

This div border color is #5faeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faeeb


Comments

No comments written yet.

Please login to write comment.