Color Hex Logo

#5fafec Color Hex

#5FAFEC
(95,175,236)
0 Favorites   0 Comments

Color spaces of #5fafec

RGB 95175236
HSL0.570.790.65
HSV206°60°93°
CMYK 0.600.260.00   0.07
XYZ35.189639.149085.0587
Yxy39.14900.22080.2456
Hunter Lab62.5692-9.1056-36.8025
CIE-Lab68.8591-6.7435-37.8884

#5fafec color RGB value is (95,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101111 11101100
Octal 137 257 354
Decimal 95 175 236
Hex 5F AF EC

RGB Percentages of Color #5fafec

%18.77
%34.58
%46.64

CMYK Percentages of Color #5fafec

%60
%26
%0
%7

Triadic Colors of #5fafec

#5fafec #ec5faf #afec5f

Analogous Colors of #5fafec

#5fafec #5f69ec #5fece3

Monochromatic Colors of #5fafec

#5fafec

Complementary Color

#5fafec #ec9c5f

#5fafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fafec Color CSS Codes

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

#5fafec Text Font Color

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

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


#5fafec Background Color

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

This div background color is #5fafec


#5fafec Border Color

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

This div border color is #5fafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fafec


Comments

No comments written yet.

Please login to write comment.