Color Hex Logo

#72efab Color Hex

#72EFAB
(114,239,171)
0 Favorites   0 Comments

Color spaces of #72efab

RGB 114239171
HSL0.410.800.69
HSV147°52°94°
CMYK 0.520.000.28   0.06
XYZ45.156668.250749.3218
Yxy68.25070.27750.4194
Hunter Lab82.6140-47.006822.4328
CIE-Lab86.1317-50.073222.4896

#72efab color RGB value is (114,239,171).

#72efab hex color red value is 114, green value is 239 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #72efab hue: 0.41 , saturation: 0.80 and the lightness value of 72efab is 0.69.

The process color (four color CMYK) of #72efab color hex is 0.52, 0.00, 0.28, 0.06. Web safe color of #72efab is #66ff99. Color #72efab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101111 10101011
Octal 162 357 253
Decimal 114 239 171
Hex 72 EF AB

RGB Percentages of Color #72efab

%21.76
%45.61
%32.63

CMYK Percentages of Color #72efab

%52
%0
%28
%6

Triadic Colors of #72efab

#72efab #ab72ef #efab72

Analogous Colors of #72efab

#72efab #72efea #78ef72

Monochromatic Colors of #72efab

#72efab

Complementary Color

#72efab #ef72b6

#72efab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72efab Color Preview on White Background

Lorem ipsum dolor sit amet.

#72efab Color CSS Codes

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

#72efab Text Font Color

<p style="color:#72efab">Text here</p>

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


#72efab Background Color

<div style="background-color:#72efab">
Div content here</div>

This div background color is #72efab


#72efab Border Color

<div style="border:3px solid #72efab">
Div here</div>

This div border color is #72efab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,239,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72efab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72efab;
  -webkit-box-shadow: 1px 1px 3px 2px #72efab;
  box-shadow:         1px 1px 3px 2px #72efab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,239,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72efab


Comments

No comments written yet.

Please login to write comment.