Color Hex Logo

#5fa3ef Color Hex

#5FA3EF
(95,163,239)
0 Favorites   0 Comments

Color spaces of #5fa3ef

RGB 95163239
HSL0.590.820.65
HSV212°60°94°
CMYK 0.600.320.00   0.06
XYZ33.396534.859386.6297
Yxy34.85930.21560.2251
Hunter Lab59.0418-2.3560-45.6647
CIE-Lab65.63900.9314-44.5674

#5fa3ef color RGB value is (95,163,239).

#5fa3ef hex color red value is 95, green value is 163 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5fa3ef hue: 0.59 , saturation: 0.82 and the lightness value of 5fa3ef is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100011 11101111
Octal 137 243 357
Decimal 95 163 239
Hex 5F A3 EF

RGB Percentages of Color #5fa3ef

%19.11
%32.80
%48.09

CMYK Percentages of Color #5fa3ef

%60
%32
%0
%6

Triadic Colors of #5fa3ef

#5fa3ef #ef5fa3 #a3ef5f

Analogous Colors of #5fa3ef

#5fa3ef #635fef #5febef

Monochromatic Colors of #5fa3ef

#5fa3ef

Complementary Color

#5fa3ef #efab5f

#5fa3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa3ef Color CSS Codes

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

#5fa3ef Text Font Color

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

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


#5fa3ef Background Color

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

This div background color is #5fa3ef


#5fa3ef Border Color

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

This div border color is #5fa3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa3ef


Comments

No comments written yet.

Please login to write comment.