Color Hex Logo

#62bcd0 Color Hex

#62BCD0
(98,188,208)
0 Favorites   0 Comments

Color spaces of #62bcd0

RGB 98188208
HSL0.530.540.60
HSV191°53°82°
CMYK 0.530.100.00   0.18
XYZ34.405443.117266.1836
Yxy43.11720.23940.3000
Hunter Lab65.6637-21.3839-13.7949
CIE-Lab71.6344-21.3934-18.3243

#62bcd0 color RGB value is (98,188,208).

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

The process color (four color CMYK) of #62bcd0 color hex is 0.53, 0.10, 0.00, 0.18. Web safe color of #62bcd0 is #66cccc. Color #62bcd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111100 11010000
Octal 142 274 320
Decimal 98 188 208
Hex 62 BC D0

RGB Percentages of Color #62bcd0

%19.84
%38.06
%42.11

CMYK Percentages of Color #62bcd0

%53
%10
%0
%18

Triadic Colors of #62bcd0

#62bcd0 #d062bc #bcd062

Analogous Colors of #62bcd0

#62bcd0 #6285d0 #62d0ad

Monochromatic Colors of #62bcd0

#62bcd0

Complementary Color

#62bcd0 #d07662

#62bcd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bcd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bcd0 Color CSS Codes

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

#62bcd0 Text Font Color

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

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


#62bcd0 Background Color

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

This div background color is #62bcd0


#62bcd0 Border Color

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

This div border color is #62bcd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bcd0


Comments

No comments written yet.

Please login to write comment.