Color Hex Logo

#62bfbe Color Hex

#62BFBE
(98,191,190)
0 Favorites   0 Comments

Color spaces of #62bfbe

RGB 98191190
HSL0.500.420.57
HSV179°49°75°
CMYK 0.490.000.01   0.25
XYZ32.962143.576055.3889
Yxy43.57600.24990.3303
Hunter Lab66.0121-26.3901-3.5401
CIE-Lab71.9442-27.7827-8.0277

#62bfbe color RGB value is (98,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111111 10111110
Octal 142 277 276
Decimal 98 191 190
Hex 62 BF BE

RGB Percentages of Color #62bfbe

%20.46
%39.87
%39.67

CMYK Percentages of Color #62bfbe

%49
%0
%1
%25

Triadic Colors of #62bfbe

#62bfbe #be62bf #bfbe62

Analogous Colors of #62bfbe

#62bfbe #6292bf #62bf90

Monochromatic Colors of #62bfbe

#62bfbe

Complementary Color

#62bfbe #bf6263

#62bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bfbe Color CSS Codes

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

#62bfbe Text Font Color

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

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


#62bfbe Background Color

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

This div background color is #62bfbe


#62bfbe Border Color

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

This div border color is #62bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bfbe


Comments

No comments written yet.

Please login to write comment.