Color Hex Logo

#62bebd Color Hex

#62BEBD
(98,190,189)
0 Favorites   0 Comments

Color spaces of #62bebd

RGB 98190189
HSL0.500.410.56
HSV179°48°75°
CMYK 0.480.000.01   0.25
XYZ32.635843.097754.7427
Yxy43.09770.25010.3303
Hunter Lab65.6488-26.1483-3.4861
CIE-Lab71.6212-27.5537-7.9612

#62bebd color RGB value is (98,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111110 10111101
Octal 142 276 275
Decimal 98 190 189
Hex 62 BE BD

RGB Percentages of Color #62bebd

%20.55
%39.83
%39.62

CMYK Percentages of Color #62bebd

%48
%0
%1
%25

Triadic Colors of #62bebd

#62bebd #bd62be #bebd62

Analogous Colors of #62bebd

#62bebd #6291be #62be8f

Monochromatic Colors of #62bebd

#62bebd

Complementary Color

#62bebd #be6263

#62bebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bebd Color CSS Codes

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

#62bebd Text Font Color

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

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


#62bebd Background Color

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

This div background color is #62bebd


#62bebd Border Color

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

This div border color is #62bebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,190,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 #62bebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bebd


Comments

No comments written yet.

Please login to write comment.