Color Hex Logo

#62bbdd Color Hex

#62BBDD
(98,187,221)
0 Favorites   0 Comments

Color spaces of #62bbdd

RGB 98187221
HSL0.550.640.63
HSV197°56°87°
CMYK 0.560.150.00   0.13
XYZ35.858543.357874.8856
Yxy43.35780.23270.2814
Hunter Lab65.8466-18.0248-21.3363
CIE-Lab71.7971-17.1471-25.1655

#62bbdd color RGB value is (98,187,221).

#62bbdd hex color red value is 98, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #62bbdd hue: 0.55 , saturation: 0.64 and the lightness value of 62bbdd is 0.63.

The process color (four color CMYK) of #62bbdd color hex is 0.56, 0.15, 0.00, 0.13. Web safe color of #62bbdd is #66cccc. Color #62bbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111011 11011101
Octal 142 273 335
Decimal 98 187 221
Hex 62 BB DD

RGB Percentages of Color #62bbdd

%19.37
%36.96
%43.68

CMYK Percentages of Color #62bbdd

%56
%15
%0
%13

Triadic Colors of #62bbdd

#62bbdd #dd62bb #bbdd62

Analogous Colors of #62bbdd

#62bbdd #627edd #62ddc2

Monochromatic Colors of #62bbdd

#62bbdd

Complementary Color

#62bbdd #dd8462

#62bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bbdd Color CSS Codes

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

#62bbdd Text Font Color

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

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


#62bbdd Background Color

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

This div background color is #62bbdd


#62bbdd Border Color

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

This div border color is #62bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bbdd


Comments

No comments written yet.

Please login to write comment.