Color Hex Logo

#729998 Color Hex

#729998
(114,153,152)
0 Favorites   0 Comments

Color spaces of #729998

RGB 114153152
HSL0.500.160.52
HSV178°25°60°
CMYK 0.250.000.01   0.40
XYZ23.998228.626933.9665
Yxy28.62690.27710.3306
Hunter Lab53.5041-13.5696-0.1867
CIE-Lab60.4509-13.5083-3.8299

#729998 color RGB value is (114,153,152).

#729998 hex color red value is 114, green value is 153 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #729998 hue: 0.50 , saturation: 0.16 and the lightness value of 729998 is 0.52.

The process color (four color CMYK) of #729998 color hex is 0.25, 0.00, 0.01, 0.40. Web safe color of #729998 is #669999. Color #729998 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011001 10011000
Octal 162 231 230
Decimal 114 153 152
Hex 72 99 98

RGB Percentages of Color #729998

%27.21
%36.52
%36.28

CMYK Percentages of Color #729998

%25
%0
%1
%40

Triadic Colors of #729998

#729998 #987299 #999872

Analogous Colors of #729998

#729998 #728799 #729985

Monochromatic Colors of #729998

#729998

Complementary Color

#729998 #997273

#729998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#729998 Color CSS Codes

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

#729998 Text Font Color

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

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


#729998 Background Color

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

This div background color is #729998


#729998 Border Color

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

This div border color is #729998


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,153,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #729998; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #729998;
  -webkit-box-shadow: 1px 1px 3px 2px #729998;
  box-shadow:         1px 1px 3px 2px #729998; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,153,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729998


Comments

No comments written yet.

Please login to write comment.