Color Hex Logo

#62bdaf Color Hex

#62BDAF
(98,189,175)
0 Favorites   0 Comments

Color spaces of #62bdaf

RGB 98189175
HSL0.470.410.56
HSV171°48°74°
CMYK 0.480.000.07   0.26
XYZ30.972542.087047.0486
Yxy42.08700.25790.3504
Hunter Lab64.8745-28.31062.4136
CIE-Lab70.9309-30.6300-1.3217

#62bdaf color RGB value is (98,189,175).

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

The process color (four color CMYK) of #62bdaf color hex is 0.48, 0.00, 0.07, 0.26. Web safe color of #62bdaf is #66cc99. Color #62bdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111101 10101111
Octal 142 275 257
Decimal 98 189 175
Hex 62 BD AF

RGB Percentages of Color #62bdaf

%21.21
%40.91
%37.88

CMYK Percentages of Color #62bdaf

%48
%0
%7
%26

Triadic Colors of #62bdaf

#62bdaf #af62bd #bdaf62

Analogous Colors of #62bdaf

#62bdaf #629ebd #62bd82

Monochromatic Colors of #62bdaf

#62bdaf

Complementary Color

#62bdaf #bd6270

#62bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bdaf Color CSS Codes

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

#62bdaf Text Font Color

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

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


#62bdaf Background Color

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

This div background color is #62bdaf


#62bdaf Border Color

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

This div border color is #62bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bdaf


Comments

No comments written yet.

Please login to write comment.