Color Hex Logo

#5f699a Color Hex

#5F699A
(95,105,154)
0 Favorites   0 Comments

Color spaces of #5f699a

RGB 95105154
HSL0.640.240.49
HSV230°38°60°
CMYK 0.380.320.00   0.40
XYZ15.603614.869132.6195
Yxy14.86910.24730.2357
Hunter Lab38.56054.7497-23.1629
CIE-Lab45.45448.8886-27.8687

#5f699a color RGB value is (95,105,154).

#5f699a hex color red value is 95, green value is 105 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #5f699a hue: 0.64 , saturation: 0.24 and the lightness value of 5f699a is 0.49.

The process color (four color CMYK) of #5f699a color hex is 0.38, 0.32, 0.00, 0.40. Web safe color of #5f699a is #666699. Color #5f699a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01101001 10011010
Octal 137 151 232
Decimal 95 105 154
Hex 5F 69 9A

RGB Percentages of Color #5f699a

%26.84
%29.66
%43.50

CMYK Percentages of Color #5f699a

%38
%32
%0
%40

Triadic Colors of #5f699a

#5f699a #9a5f69 #699a5f

Analogous Colors of #5f699a

#5f699a #735f9a #5f879a

Monochromatic Colors of #5f699a

#5f699a

Complementary Color

#5f699a #9a905f

#5f699a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f699a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f699a Color CSS Codes

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

#5f699a Text Font Color

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

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


#5f699a Background Color

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

This div background color is #5f699a


#5f699a Border Color

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

This div border color is #5f699a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f699a


Comments

No comments written yet.

Please login to write comment.