Color Hex Logo

#62bcdd Color Hex

#62BCDD
(98,188,221)
0 Favorites   0 Comments

Color spaces of #62bcdd

RGB 98188221
HSL0.540.640.63
HSV196°56°87°
CMYK 0.560.150.00   0.13
XYZ36.071443.783674.9565
Yxy43.78360.23300.2828
Hunter Lab66.1692-18.4887-20.8453
CIE-Lab72.0836-17.6683-24.7272

#62bcdd color RGB value is (98,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111100 11011101
Octal 142 274 335
Decimal 98 188 221
Hex 62 BC DD

RGB Percentages of Color #62bcdd

%19.33
%37.08
%43.59

CMYK Percentages of Color #62bcdd

%56
%15
%0
%13

Triadic Colors of #62bcdd

#62bcdd #dd62bc #bcdd62

Analogous Colors of #62bcdd

#62bcdd #627fdd #62ddc1

Monochromatic Colors of #62bcdd

#62bcdd

Complementary Color

#62bcdd #dd8362

#62bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bcdd Color CSS Codes

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

#62bcdd Text Font Color

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

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


#62bcdd Background Color

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

This div background color is #62bcdd


#62bcdd Border Color

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

This div border color is #62bcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,188,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 #62bcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bcdd


Comments

No comments written yet.

Please login to write comment.