Color Hex Logo

#62fbed Color Hex

#62FBED
(98,251,237)
0 Favorites   0 Comments

Color spaces of #62fbed

RGB 98251237
HSL0.480.950.68
HSV175°61°98°
CMYK 0.610.000.06   0.02
XYZ54.820277.705592.2301
Yxy77.70550.24390.3457
Hunter Lab88.1507-43.2561-0.3283
CIE-Lab90.6453-43.4763-5.3635

#62fbed color RGB value is (98,251,237).

#62fbed hex color red value is 98, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #62fbed hue: 0.48 , saturation: 0.95 and the lightness value of 62fbed is 0.68.

The process color (four color CMYK) of #62fbed color hex is 0.61, 0.00, 0.06, 0.02. Web safe color of #62fbed is #66ffff. Color #62fbed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 11111011 11101101
Octal 142 373 355
Decimal 98 251 237
Hex 62 FB ED

RGB Percentages of Color #62fbed

%16.72
%42.83
%40.44

CMYK Percentages of Color #62fbed

%61
%0
%6
%2

Triadic Colors of #62fbed

#62fbed #ed62fb #fbed62

Analogous Colors of #62fbed

#62fbed #62bdfb #62fba1

Monochromatic Colors of #62fbed

#62fbed

Complementary Color

#62fbed #fb6270

#62fbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62fbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#62fbed Color CSS Codes

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

#62fbed Text Font Color

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

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


#62fbed Background Color

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

This div background color is #62fbed


#62fbed Border Color

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

This div border color is #62fbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62fbed


Comments

No comments written yet.

Please login to write comment.