Color Hex Logo

#62aedb Color Hex

#62AEDB
(98,174,219)
0 Favorites   0 Comments

Color spaces of #62aedb

RGB 98174219
HSL0.560.630.62
HSV202°55°86°
CMYK 0.550.210.00   0.14
XYZ32.959237.983272.6122
Yxy37.98320.22960.2646
Hunter Lab61.6305-12.3939-26.7133
CIE-Lab68.0082-10.8277-29.8932

#62aedb color RGB value is (98,174,219).

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

The process color (four color CMYK) of #62aedb color hex is 0.55, 0.21, 0.00, 0.14. Web safe color of #62aedb is #6699cc. Color #62aedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101110 11011011
Octal 142 256 333
Decimal 98 174 219
Hex 62 AE DB

RGB Percentages of Color #62aedb

%19.96
%35.44
%44.60

CMYK Percentages of Color #62aedb

%55
%21
%0
%14

Triadic Colors of #62aedb

#62aedb #db62ae #aedb62

Analogous Colors of #62aedb

#62aedb #6272db #62dbcc

Monochromatic Colors of #62aedb

#62aedb

Complementary Color

#62aedb #db8f62

#62aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aedb Color CSS Codes

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

#62aedb Text Font Color

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

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


#62aedb Background Color

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

This div background color is #62aedb


#62aedb Border Color

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

This div border color is #62aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aedb


Comments

No comments written yet.

Please login to write comment.