Color Hex Logo

#62bebf Color Hex

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

Color spaces of #62bebf

RGB 98190191
HSL0.500.420.57
HSV181°49°75°
CMYK 0.490.010.00   0.25
XYZ32.854443.185255.8942
Yxy43.18520.24900.3273
Hunter Lab65.7154-25.7611-4.4282
CIE-Lab71.6805-27.0291-8.9664

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

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

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

Base Numbers

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

RGB Percentages of Color #62bebf

%20.46
%39.67
%39.87

CMYK Percentages of Color #62bebf

%49
%1
%0
%25

Triadic Colors of #62bebf

#62bebf #bf62be #bebf62

Analogous Colors of #62bebf

#62bebf #6290bf #62bf92

Monochromatic Colors of #62bebf

#62bebf

Complementary Color

#62bebf #bf6362

#62bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bebf Color CSS Codes

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

#62bebf Text Font Color

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

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


#62bebf Background Color

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

This div background color is #62bebf


#62bebf Border Color

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

This div border color is #62bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bebf


Comments

No comments written yet.

Please login to write comment.