Color Hex Logo

#5f9eed Color Hex

#5F9EED
(95,158,237)
0 Favorites   0 Comments

Color spaces of #5f9eed

RGB 95158237
HSL0.590.800.65
HSV213°60°93°
CMYK 0.600.330.00   0.07
XYZ32.232233.001084.7918
Yxy33.00100.21480.2200
Hunter Lab57.4465-0.3782-47.3003
CIE-Lab64.16173.1501-45.7944

#5f9eed color RGB value is (95,158,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10011110 11101101
Octal 137 236 355
Decimal 95 158 237
Hex 5F 9E ED

RGB Percentages of Color #5f9eed

%19.39
%32.24
%48.37

CMYK Percentages of Color #5f9eed

%60
%33
%0
%7

Triadic Colors of #5f9eed

#5f9eed #ed5f9e #9eed5f

Analogous Colors of #5f9eed

#5f9eed #675fed #5fe5ed

Monochromatic Colors of #5f9eed

#5f9eed

Complementary Color

#5f9eed #edae5f

#5f9eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f9eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f9eed Color CSS Codes

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

#5f9eed Text Font Color

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

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


#5f9eed Background Color

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

This div background color is #5f9eed


#5f9eed Border Color

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

This div border color is #5f9eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f9eed


Comments

No comments written yet.

Please login to write comment.