Color Hex Logo

#62baae Color Hex

#62BAAE
(98,186,174)
0 Favorites   0 Comments

Color spaces of #62baae

RGB 98186174
HSL0.480.390.56
HSV172°47°73°
CMYK 0.470.000.06   0.27
XYZ30.235940.770546.3203
Yxy40.77050.25770.3475
Hunter Lab63.8518-27.21501.6852
CIE-Lab70.0148-29.4311-2.1168

#62baae color RGB value is (98,186,174).

#62baae hex color red value is 98, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #62baae hue: 0.48 , saturation: 0.39 and the lightness value of 62baae is 0.56.

The process color (four color CMYK) of #62baae color hex is 0.47, 0.00, 0.06, 0.27. Web safe color of #62baae is #66cc99. Color #62baae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111010 10101110
Octal 142 272 256
Decimal 98 186 174
Hex 62 BA AE

RGB Percentages of Color #62baae

%21.40
%40.61
%37.99

CMYK Percentages of Color #62baae

%47
%0
%6
%27

Triadic Colors of #62baae

#62baae #ae62ba #baae62

Analogous Colors of #62baae

#62baae #629aba #62ba82

Monochromatic Colors of #62baae

#62baae

Complementary Color

#62baae #ba626e

#62baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#62baae Color CSS Codes

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

#62baae Text Font Color

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

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


#62baae Background Color

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

This div background color is #62baae


#62baae Border Color

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

This div border color is #62baae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,186,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62baae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62baae;
  -webkit-box-shadow: 1px 1px 3px 2px #62baae;
  box-shadow:         1px 1px 3px 2px #62baae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62baae


Comments

No comments written yet.

Please login to write comment.