Color Hex Logo

#60838a Color Hex

#60838A
(96,131,138)
0 Favorites   0 Comments

Color spaces of #60838a

RGB 96131138
HSL0.530.180.46
HSV190°30°54°
CMYK 0.300.050.00   0.46
XYZ17.527620.554427.0883
Yxy20.55440.26900.3154
Hunter Lab45.3370-10.3303-3.6892
CIE-Lab52.4583-10.4813-7.7558

#60838a color RGB value is (96,131,138).

#60838a hex color red value is 96, green value is 131 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #60838a hue: 0.53 , saturation: 0.18 and the lightness value of 60838a is 0.46.

The process color (four color CMYK) of #60838a color hex is 0.30, 0.05, 0.00, 0.46. Web safe color of #60838a is #669999. Color #60838a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000011 10001010
Octal 140 203 212
Decimal 96 131 138
Hex 60 83 8A

RGB Percentages of Color #60838a

%26.30
%35.89
%37.81

CMYK Percentages of Color #60838a

%30
%5
%0
%46

Triadic Colors of #60838a

#60838a #8a6083 #838a60

Analogous Colors of #60838a

#60838a #606e8a #608a7c

Monochromatic Colors of #60838a

#60838a

Complementary Color

#60838a #8a6760

#60838a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60838a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60838a Color CSS Codes

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

#60838a Text Font Color

<p style="color:#60838a">Text here</p>

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


#60838a Background Color

<div style="background-color:#60838a">
Div content here</div>

This div background color is #60838a


#60838a Border Color

<div style="border:3px solid #60838a">
Div here</div>

This div border color is #60838a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,131,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60838a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60838a;
  -webkit-box-shadow: 1px 1px 3px 2px #60838a;
  box-shadow:         1px 1px 3px 2px #60838a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60838a


Comments

No comments written yet.

Please login to write comment.