Color Hex Logo

#62fbd4 Color Hex

#62FBD4
(98,251,212)
0 Favorites   0 Comments

Color spaces of #62fbd4

RGB 98251212
HSL0.460.950.68
HSV165°61°98°
CMYK 0.610.000.16   0.02
XYZ51.417876.344574.3133
Yxy76.34450.25440.3778
Hunter Lab87.3753-47.864910.7362
CIE-Lab90.0190-49.57186.7025

#62fbd4 color RGB value is (98,251,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11111011 11010100
Octal 142 373 324
Decimal 98 251 212
Hex 62 FB D4

RGB Percentages of Color #62fbd4

%17.47
%44.74
%37.79

CMYK Percentages of Color #62fbd4

%61
%0
%16
%2

Triadic Colors of #62fbd4

#62fbd4 #d462fb #fbd462

Analogous Colors of #62fbd4

#62fbd4 #62d6fb #62fb88

Monochromatic Colors of #62fbd4

#62fbd4

Complementary Color

#62fbd4 #fb6289

#62fbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62fbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#62fbd4 Color CSS Codes

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

#62fbd4 Text Font Color

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

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


#62fbd4 Background Color

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

This div background color is #62fbd4


#62fbd4 Border Color

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

This div border color is #62fbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62fbd4


Comments

No comments written yet.

Please login to write comment.