Color Hex Logo

#5fa7ec Color Hex

#5FA7EC
(95,167,236)
0 Favorites   0 Comments

Color spaces of #5fa7ec

RGB 95167236
HSL0.580.790.65
HSV209°60°93°
CMYK 0.600.290.00   0.07
XYZ33.678436.126584.5549
Yxy36.12650.21820.2340
Hunter Lab60.1053-5.1666-41.3342
CIE-Lab66.6165-2.2920-41.3906

#5fa7ec color RGB value is (95,167,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100111 11101100
Octal 137 247 354
Decimal 95 167 236
Hex 5F A7 EC

RGB Percentages of Color #5fa7ec

%19.08
%33.53
%47.39

CMYK Percentages of Color #5fa7ec

%60
%29
%0
%7

Triadic Colors of #5fa7ec

#5fa7ec #ec5fa7 #a7ec5f

Analogous Colors of #5fa7ec

#5fa7ec #5f61ec #5feceb

Monochromatic Colors of #5fa7ec

#5fa7ec

Complementary Color

#5fa7ec #eca45f

#5fa7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa7ec Color CSS Codes

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

#5fa7ec Text Font Color

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

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


#5fa7ec Background Color

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

This div background color is #5fa7ec


#5fa7ec Border Color

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

This div border color is #5fa7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa7ec


Comments

No comments written yet.

Please login to write comment.