Color Hex Logo

#62aebd Color Hex

#62AEBD
(98,174,189)
0 Favorites   0 Comments

Color spaces of #62aebd

RGB 98174189
HSL0.530.410.56
HSV190°48°74°
CMYK 0.480.080.00   0.26
XYZ29.358436.542953.6502
Yxy36.54290.24560.3057
Hunter Lab60.4507-19.0987-10.3045
CIE-Lab66.9327-19.4804-14.9799

#62aebd color RGB value is (98,174,189).

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

The process color (four color CMYK) of #62aebd color hex is 0.48, 0.08, 0.00, 0.26. Web safe color of #62aebd is #6699cc. Color #62aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101110 10111101
Octal 142 256 275
Decimal 98 174 189
Hex 62 AE BD

RGB Percentages of Color #62aebd

%21.26
%37.74
%41.00

CMYK Percentages of Color #62aebd

%48
%8
%0
%26

Triadic Colors of #62aebd

#62aebd #bd62ae #aebd62

Analogous Colors of #62aebd

#62aebd #6281bd #62bd9f

Monochromatic Colors of #62aebd

#62aebd

Complementary Color

#62aebd #bd7162

#62aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aebd Color CSS Codes

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

#62aebd Text Font Color

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

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


#62aebd Background Color

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

This div background color is #62aebd


#62aebd Border Color

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

This div border color is #62aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aebd


Comments

No comments written yet.

Please login to write comment.