Color Hex Logo

#5f8abf Color Hex

#5F8ABF
(95,138,191)
0 Favorites   0 Comments

Color spaces of #5f8abf

RGB 95138191
HSL0.590.430.56
HSV213°50°75°
CMYK 0.500.280.00   0.25
XYZ23.211824.371452.7710
Yxy24.37140.23130.2429
Hunter Lab49.3674-2.4650-28.8205
CIE-Lab56.45770.2134-32.1725

#5f8abf color RGB value is (95,138,191).

#5f8abf hex color red value is 95, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5f8abf hue: 0.59 , saturation: 0.43 and the lightness value of 5f8abf is 0.56.

The process color (four color CMYK) of #5f8abf color hex is 0.50, 0.28, 0.00, 0.25. Web safe color of #5f8abf is #6699cc. Color #5f8abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10001010 10111111
Octal 137 212 277
Decimal 95 138 191
Hex 5F 8A BF

RGB Percentages of Color #5f8abf

%22.41
%32.55
%45.05

CMYK Percentages of Color #5f8abf

%50
%28
%0
%25

Triadic Colors of #5f8abf

#5f8abf #bf5f8a #8abf5f

Analogous Colors of #5f8abf

#5f8abf #645fbf #5fbabf

Monochromatic Colors of #5f8abf

#5f8abf

Complementary Color

#5f8abf #bf945f

#5f8abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f8abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f8abf Color CSS Codes

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

#5f8abf Text Font Color

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

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


#5f8abf Background Color

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

This div background color is #5f8abf


#5f8abf Border Color

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

This div border color is #5f8abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f8abf


Comments

No comments written yet.

Please login to write comment.