Color Hex Logo

#5faeec Color Hex

#5FAEEC
(95,174,236)
0 Favorites   0 Comments

Color spaces of #5faeec

RGB 95174236
HSL0.570.790.65
HSV206°60°93°
CMYK 0.600.260.00   0.07
XYZ34.995738.761184.9941
Yxy38.76110.22040.2442
Hunter Lab62.2584-8.6167-37.3608
CIE-Lab68.5779-6.1921-38.3266

#5faeec color RGB value is (95,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 11101100
Octal 137 256 354
Decimal 95 174 236
Hex 5F AE EC

RGB Percentages of Color #5faeec

%18.81
%34.46
%46.73

CMYK Percentages of Color #5faeec

%60
%26
%0
%7

Triadic Colors of #5faeec

#5faeec #ec5fae #aeec5f

Analogous Colors of #5faeec

#5faeec #5f68ec #5fece4

Monochromatic Colors of #5faeec

#5faeec

Complementary Color

#5faeec #ec9d5f

#5faeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faeec Color CSS Codes

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

#5faeec Text Font Color

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

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


#5faeec Background Color

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

This div background color is #5faeec


#5faeec Border Color

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

This div border color is #5faeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faeec


Comments

No comments written yet.

Please login to write comment.