Color Hex Logo

#5f8dfe Color Hex

#5F8DFE
(95,141,254)
0 Favorites   0 Comments

Color spaces of #5f8dfe

RGB 95141254
HSL0.620.990.68
HSV223°63°100°
CMYK 0.630.440.00   0.00
XYZ32.133628.638497.6001
Yxy28.63840.20290.1808
Hunter Lab53.514913.5313-70.6724
CIE-Lab60.461218.7449-61.0087

#5f8dfe color RGB value is (95,141,254).

#5f8dfe hex color red value is 95, green value is 141 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5f8dfe hue: 0.62 , saturation: 0.99 and the lightness value of 5f8dfe is 0.68.

The process color (four color CMYK) of #5f8dfe color hex is 0.63, 0.44, 0.00, 0.00. Web safe color of #5f8dfe is #6699ff. Color #5f8dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10001101 11111110
Octal 137 215 376
Decimal 95 141 254
Hex 5F 8D FE

RGB Percentages of Color #5f8dfe

%19.39
%28.78
%51.84

CMYK Percentages of Color #5f8dfe

%63
%44
%0
%0

Triadic Colors of #5f8dfe

#5f8dfe #fe5f8d #8dfe5f

Analogous Colors of #5f8dfe

#5f8dfe #815ffe #5fddfe

Monochromatic Colors of #5f8dfe

#5f8dfe

Complementary Color

#5f8dfe #fed05f

#5f8dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f8dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f8dfe Color CSS Codes

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

#5f8dfe Text Font Color

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

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


#5f8dfe Background Color

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

This div background color is #5f8dfe


#5f8dfe Border Color

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

This div border color is #5f8dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f8dfe


Comments

No comments written yet.

Please login to write comment.