Color Hex Logo

#62a6b2 Color Hex

#62A6B2
(98,166,178)
0 Favorites   0 Comments

Color spaces of #62a6b2

RGB 98166178
HSL0.530.340.54
HSV189°45°70°
CMYK 0.450.070.00   0.30
XYZ26.709133.083547.0975
Yxy33.08350.24990.3095
Hunter Lab57.5183-17.7689-8.2855
CIE-Lab64.2285-18.3131-12.9299

#62a6b2 color RGB value is (98,166,178).

#62a6b2 hex color red value is 98, green value is 166 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #62a6b2 hue: 0.53 , saturation: 0.34 and the lightness value of 62a6b2 is 0.54.

The process color (four color CMYK) of #62a6b2 color hex is 0.45, 0.07, 0.00, 0.30. Web safe color of #62a6b2 is #669999. Color #62a6b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10100110 10110010
Octal 142 246 262
Decimal 98 166 178
Hex 62 A6 B2

RGB Percentages of Color #62a6b2

%22.17
%37.56
%40.27

CMYK Percentages of Color #62a6b2

%45
%7
%0
%30

Triadic Colors of #62a6b2

#62a6b2 #b262a6 #a6b262

Analogous Colors of #62a6b2

#62a6b2 #627eb2 #62b296

Monochromatic Colors of #62a6b2

#62a6b2

Complementary Color

#62a6b2 #b26e62

#62a6b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62a6b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#62a6b2 Color CSS Codes

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

#62a6b2 Text Font Color

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

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


#62a6b2 Background Color

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

This div background color is #62a6b2


#62a6b2 Border Color

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

This div border color is #62a6b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62a6b2


Comments

No comments written yet.

Please login to write comment.