Color Hex Logo

#62bdcd Color Hex

#62BDCD
(98,189,205)
0 Favorites   0 Comments

Color spaces of #62bdcd

RGB 98189205
HSL0.520.520.59
HSV189°52°80°
CMYK 0.520.080.00   0.20
XYZ34.254043.399664.3292
Yxy43.39960.24130.3057
Hunter Lab65.8784-22.4746-11.7809
CIE-Lab71.8254-22.7398-16.3979

#62bdcd color RGB value is (98,189,205).

#62bdcd hex color red value is 98, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #62bdcd hue: 0.52 , saturation: 0.52 and the lightness value of 62bdcd is 0.59.

The process color (four color CMYK) of #62bdcd color hex is 0.52, 0.08, 0.00, 0.20. Web safe color of #62bdcd is #66cccc. Color #62bdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111101 11001101
Octal 142 275 315
Decimal 98 189 205
Hex 62 BD CD

RGB Percentages of Color #62bdcd

%19.92
%38.41
%41.67

CMYK Percentages of Color #62bdcd

%52
%8
%0
%20

Triadic Colors of #62bdcd

#62bdcd #cd62bd #bdcd62

Analogous Colors of #62bdcd

#62bdcd #6288cd #62cda8

Monochromatic Colors of #62bdcd

#62bdcd

Complementary Color

#62bdcd #cd7262

#62bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bdcd Color CSS Codes

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

#62bdcd Text Font Color

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

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


#62bdcd Background Color

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

This div background color is #62bdcd


#62bdcd Border Color

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

This div border color is #62bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bdcd


Comments

No comments written yet.

Please login to write comment.