Color Hex Logo

#62baa8 Color Hex

#62BAA8
(98,186,168)
0 Favorites   0 Comments

Color spaces of #62baa8

RGB 98186168
HSL0.470.390.56
HSV168°47°73°
CMYK 0.470.000.10   0.27
XYZ29.663840.541643.3077
Yxy40.54160.26130.3572
Hunter Lab63.6723-28.26654.2436
CIE-Lab69.8536-30.90250.9395

#62baa8 color RGB value is (98,186,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111010 10101000
Octal 142 272 250
Decimal 98 186 168
Hex 62 BA A8

RGB Percentages of Color #62baa8

%21.68
%41.15
%37.17

CMYK Percentages of Color #62baa8

%47
%0
%10
%27

Triadic Colors of #62baa8

#62baa8 #a862ba #baa862

Analogous Colors of #62baa8

#62baa8 #62a0ba #62ba7c

Monochromatic Colors of #62baa8

#62baa8

Complementary Color

#62baa8 #ba6274

#62baa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62baa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#62baa8 Color CSS Codes

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

#62baa8 Text Font Color

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

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


#62baa8 Background Color

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

This div background color is #62baa8


#62baa8 Border Color

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

This div border color is #62baa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62baa8


Comments

No comments written yet.

Please login to write comment.