Color Hex Logo

#62999e Color Hex

#62999E
(98,153,158)
0 Favorites   0 Comments

Color spaces of #62999e

RGB 98153158
HSL0.510.240.50
HSV185°38°62°
CMYK 0.380.030.00   0.38
XYZ22.599827.847836.5318
Yxy27.84780.25980.3202
Hunter Lab52.7710-15.9046-4.1050
CIE-Lab59.7510-16.7528-8.3689

#62999e color RGB value is (98,153,158).

#62999e hex color red value is 98, green value is 153 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #62999e hue: 0.51 , saturation: 0.24 and the lightness value of 62999e is 0.50.

The process color (four color CMYK) of #62999e color hex is 0.38, 0.03, 0.00, 0.38. Web safe color of #62999e is #669999. Color #62999e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011001 10011110
Octal 142 231 236
Decimal 98 153 158
Hex 62 99 9E

RGB Percentages of Color #62999e

%23.96
%37.41
%38.63

CMYK Percentages of Color #62999e

%38
%3
%0
%38

Triadic Colors of #62999e

#62999e #9e6299 #999e62

Analogous Colors of #62999e

#62999e #627b9e #629e85

Monochromatic Colors of #62999e

#62999e

Complementary Color

#62999e #9e6762

#62999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#62999e Color CSS Codes

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

#62999e Text Font Color

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

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


#62999e Background Color

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

This div background color is #62999e


#62999e Border Color

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

This div border color is #62999e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,153,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62999e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62999e;
  -webkit-box-shadow: 1px 1px 3px 2px #62999e;
  box-shadow:         1px 1px 3px 2px #62999e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62999e


Comments

No comments written yet.

Please login to write comment.