Color Hex Logo

#60948a Color Hex

#60948A
(96,148,138)
0 Favorites   0 Comments

Color spaces of #60948a

RGB 96148138
HSL0.470.210.48
HSV168°35°58°
CMYK 0.350.000.07   0.42
XYZ20.001225.501627.9129
Yxy25.50160.27240.3474
Hunter Lab50.4991-17.67492.5774
CIE-Lab57.5609-19.6718-0.2219

#60948a color RGB value is (96,148,138).

#60948a hex color red value is 96, green value is 148 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #60948a hue: 0.47 , saturation: 0.21 and the lightness value of 60948a is 0.48.

The process color (four color CMYK) of #60948a color hex is 0.35, 0.00, 0.07, 0.42. Web safe color of #60948a is #669999. Color #60948a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010100 10001010
Octal 140 224 212
Decimal 96 148 138
Hex 60 94 8A

RGB Percentages of Color #60948a

%25.13
%38.74
%36.13

CMYK Percentages of Color #60948a

%35
%0
%7
%42

Triadic Colors of #60948a

#60948a #8a6094 #948a60

Analogous Colors of #60948a

#60948a #608494 #609470

Monochromatic Colors of #60948a

#60948a

Complementary Color

#60948a #94606a

#60948a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60948a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60948a Color CSS Codes

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

#60948a Text Font Color

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

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


#60948a Background Color

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

This div background color is #60948a


#60948a Border Color

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

This div border color is #60948a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,148,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 #60948a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60948a


Comments

No comments written yet.

Please login to write comment.