Color Hex Logo

#62edbd Color Hex

#62EDBD
(98,237,189)
0 Favorites   0 Comments

Color spaces of #62edbd

RGB 98237189
HSL0.440.790.66
HSV159°59°93°
CMYK 0.590.000.20   0.07
XYZ44.506566.839258.6996
Yxy66.83920.26170.3931
Hunter Lab81.7552-45.898614.6589
CIE-Lab85.4227-48.898612.0914

#62edbd color RGB value is (98,237,189).

#62edbd hex color red value is 98, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #62edbd hue: 0.44 , saturation: 0.79 and the lightness value of 62edbd is 0.66.

The process color (four color CMYK) of #62edbd color hex is 0.59, 0.00, 0.20, 0.07. Web safe color of #62edbd is #66ffcc. Color #62edbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 11101101 10111101
Octal 142 355 275
Decimal 98 237 189
Hex 62 ED BD

RGB Percentages of Color #62edbd

%18.70
%45.23
%36.07

CMYK Percentages of Color #62edbd

%59
%0
%20
%7

Triadic Colors of #62edbd

#62edbd #bd62ed #edbd62

Analogous Colors of #62edbd

#62edbd #62d8ed #62ed78

Monochromatic Colors of #62edbd

#62edbd

Complementary Color

#62edbd #ed6292

#62edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62edbd Color CSS Codes

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

#62edbd Text Font Color

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

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


#62edbd Background Color

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

This div background color is #62edbd


#62edbd Border Color

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

This div border color is #62edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62edbd


Comments

No comments written yet.

Please login to write comment.