Color Hex Logo

#62acbc Color Hex

#62ACBC
(98,172,188)
0 Favorites   0 Comments

Color spaces of #62acbc

RGB 98172188
HSL0.530.400.56
HSV191°48°74°
CMYK 0.480.090.00   0.26
XYZ28.866635.732652.9526
Yxy35.73260.24560.3040
Hunter Lab59.7768-18.4105-10.6777
CIE-Lab66.3151-18.7164-15.3570

#62acbc color RGB value is (98,172,188).

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

The process color (four color CMYK) of #62acbc color hex is 0.48, 0.09, 0.00, 0.26. Web safe color of #62acbc is #6699cc. Color #62acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101100 10111100
Octal 142 254 274
Decimal 98 172 188
Hex 62 AC BC

RGB Percentages of Color #62acbc

%21.40
%37.55
%41.05

CMYK Percentages of Color #62acbc

%48
%9
%0
%26

Triadic Colors of #62acbc

#62acbc #bc62ac #acbc62

Analogous Colors of #62acbc

#62acbc #627fbc #62bc9f

Monochromatic Colors of #62acbc

#62acbc

Complementary Color

#62acbc #bc7262

#62acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#62acbc Color CSS Codes

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

#62acbc Text Font Color

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

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


#62acbc Background Color

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

This div background color is #62acbc


#62acbc Border Color

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

This div border color is #62acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62acbc


Comments

No comments written yet.

Please login to write comment.