Color Hex Logo

#62faea Color Hex

#62FAEA
(98,250,234)
0 Favorites   0 Comments

Color spaces of #62faea

RGB 98250234
HSL0.480.940.68
HSV174°61°98°
CMYK 0.610.000.06   0.02
XYZ54.073976.908489.8367
Yxy76.90840.24490.3483
Hunter Lab87.6974-43.40810.6519
CIE-Lab90.2794-43.7964-4.3431

#62faea color RGB value is (98,250,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11111010 11101010
Octal 142 372 352
Decimal 98 250 234
Hex 62 FA EA

RGB Percentages of Color #62faea

%16.84
%42.96
%40.21

CMYK Percentages of Color #62faea

%61
%0
%6
%2

Triadic Colors of #62faea

#62faea #ea62fa #faea62

Analogous Colors of #62faea

#62faea #62befa #62fa9e

Monochromatic Colors of #62faea

#62faea

Complementary Color

#62faea #fa6272

#62faea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62faea Color Preview on White Background

Lorem ipsum dolor sit amet.

#62faea Color CSS Codes

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

#62faea Text Font Color

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

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


#62faea Background Color

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

This div background color is #62faea


#62faea Border Color

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

This div border color is #62faea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62faea

Related Colors


Comments

No comments written yet.

Please login to write comment.