Color Hex Logo

#5faaec Color Hex

#5FAAEC
(95,170,236)
0 Favorites   0 Comments

Color spaces of #5faaec

RGB 95170236
HSL0.580.790.65
HSV208°60°93°
CMYK 0.600.280.00   0.07
XYZ34.234437.238584.7403
Yxy37.23850.21920.2384
Hunter Lab61.0234-6.6515-39.6169
CIE-Lab67.4556-3.9724-40.0781

#5faaec color RGB value is (95,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101010 11101100
Octal 137 252 354
Decimal 95 170 236
Hex 5F AA EC

RGB Percentages of Color #5faaec

%18.96
%33.93
%47.11

CMYK Percentages of Color #5faaec

%60
%28
%0
%7

Triadic Colors of #5faaec

#5faaec #ec5faa #aaec5f

Analogous Colors of #5faaec

#5faaec #5f63ec #5fece8

Monochromatic Colors of #5faaec

#5faaec

Complementary Color

#5faaec #eca15f

#5faaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faaec Color CSS Codes

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

#5faaec Text Font Color

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

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


#5faaec Background Color

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

This div background color is #5faaec


#5faaec Border Color

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

This div border color is #5faaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faaec


Comments

No comments written yet.

Please login to write comment.