Color Hex Logo

#5faeee Color Hex

#5FAEEE
(95,174,238)
0 Favorites   0 Comments

Color spaces of #5faeee

RGB 95174238
HSL0.570.810.65
HSV207°60°93°
CMYK 0.600.270.00   0.07
XYZ35.288038.878086.5333
Yxy38.87800.21960.2419
Hunter Lab62.3522-8.0950-38.6369
CIE-Lab68.6628-5.5633-39.2851

#5faeee color RGB value is (95,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 11101110
Octal 137 256 356
Decimal 95 174 238
Hex 5F AE EE

RGB Percentages of Color #5faeee

%18.74
%34.32
%46.94

CMYK Percentages of Color #5faeee

%60
%27
%0
%7

Triadic Colors of #5faeee

#5faeee #ee5fae #aeee5f

Analogous Colors of #5faeee

#5faeee #5f67ee #5feee7

Monochromatic Colors of #5faeee

#5faeee

Complementary Color

#5faeee #ee9f5f

#5faeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faeee Color CSS Codes

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

#5faeee Text Font Color

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

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


#5faeee Background Color

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

This div background color is #5faeee


#5faeee Border Color

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

This div border color is #5faeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faeee


Comments

No comments written yet.

Please login to write comment.