Color Hex Logo

#62bbbd Color Hex

#62BBBD
(98,187,189)
0 Favorites   0 Comments

Color spaces of #62bbbd

RGB 98187189
HSL0.500.410.56
HSV181°48°74°
CMYK 0.480.010.00   0.26
XYZ31.992641.811454.5283
Yxy41.81140.24930.3258
Hunter Lab64.6617-24.8418-4.7352
CIE-Lab70.7407-26.0737-9.2715

#62bbbd color RGB value is (98,187,189).

#62bbbd hex color red value is 98, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #62bbbd hue: 0.50 , saturation: 0.41 and the lightness value of 62bbbd is 0.56.

The process color (four color CMYK) of #62bbbd color hex is 0.48, 0.01, 0.00, 0.26. Web safe color of #62bbbd is #66cccc. Color #62bbbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111011 10111101
Octal 142 273 275
Decimal 98 187 189
Hex 62 BB BD

RGB Percentages of Color #62bbbd

%20.68
%39.45
%39.87

CMYK Percentages of Color #62bbbd

%48
%1
%0
%26

Triadic Colors of #62bbbd

#62bbbd #bd62bb #bbbd62

Analogous Colors of #62bbbd

#62bbbd #628ebd #62bd92

Monochromatic Colors of #62bbbd

#62bbbd

Complementary Color

#62bbbd #bd6462

#62bbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bbbd Color CSS Codes

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

#62bbbd Text Font Color

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

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


#62bbbd Background Color

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

This div background color is #62bbbd


#62bbbd Border Color

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

This div border color is #62bbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bbbd


Comments

No comments written yet.

Please login to write comment.