Color Hex Logo

#5f7ede Color Hex

#5F7EDE
(95,126,222)
0 Favorites   0 Comments

Color spaces of #5f7ede

RGB 95126222
HSL0.630.660.62
HSV225°57°87°
CMYK 0.570.430.00   0.13
XYZ25.365022.628572.1381
Yxy22.62850.21110.1884
Hunter Lab47.569411.9334-56.6135
CIE-Lab54.687617.2228-52.4787

#5f7ede color RGB value is (95,126,222).

#5f7ede hex color red value is 95, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5f7ede hue: 0.63 , saturation: 0.66 and the lightness value of 5f7ede is 0.62.

The process color (four color CMYK) of #5f7ede color hex is 0.57, 0.43, 0.00, 0.13. Web safe color of #5f7ede is #6666cc. Color #5f7ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01111110 11011110
Octal 137 176 336
Decimal 95 126 222
Hex 5F 7E DE

RGB Percentages of Color #5f7ede

%21.44
%28.44
%50.11

CMYK Percentages of Color #5f7ede

%57
%43
%0
%13

Triadic Colors of #5f7ede

#5f7ede #de5f7e #7ede5f

Analogous Colors of #5f7ede

#5f7ede #805fde #5fbede

Monochromatic Colors of #5f7ede

#5f7ede

Complementary Color

#5f7ede #debf5f

#5f7ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f7ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f7ede Color CSS Codes

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

#5f7ede Text Font Color

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

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


#5f7ede Background Color

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

This div background color is #5f7ede


#5f7ede Border Color

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

This div border color is #5f7ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f7ede


Comments

No comments written yet.

Please login to write comment.