Color Hex Logo

#62bfcb Color Hex

#62BFCB
(98,191,203)
0 Favorites   0 Comments

Color spaces of #62bfcb

RGB 98191203
HSL0.520.500.59
HSV187°52°80°
CMYK 0.520.060.00   0.20
XYZ34.447344.170163.2100
Yxy44.17010.24290.3114
Hunter Lab66.4606-23.7874-9.8677
CIE-Lab72.3420-24.2989-14.5281

#62bfcb color RGB value is (98,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111111 11001011
Octal 142 277 313
Decimal 98 191 203
Hex 62 BF CB

RGB Percentages of Color #62bfcb

%19.92
%38.82
%41.26

CMYK Percentages of Color #62bfcb

%52
%6
%0
%20

Triadic Colors of #62bfcb

#62bfcb #cb62bf #bfcb62

Analogous Colors of #62bfcb

#62bfcb #628bcb #62cba3

Monochromatic Colors of #62bfcb

#62bfcb

Complementary Color

#62bfcb #cb6e62

#62bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bfcb Color CSS Codes

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

#62bfcb Text Font Color

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

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


#62bfcb Background Color

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

This div background color is #62bfcb


#62bfcb Border Color

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

This div border color is #62bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bfcb


Comments

No comments written yet.

Please login to write comment.