Color Hex Logo

#72efad Color Hex

#72EFAD
(114,239,173)
0 Favorites   0 Comments

Color spaces of #72efad

RGB 114239173
HSL0.410.800.69
HSV148°52°94°
CMYK 0.520.000.28   0.06
XYZ45.348868.327550.3336
Yxy68.32750.27650.4166
Hunter Lab82.6605-46.727921.7594
CIE-Lab86.1699-49.685621.5124

#72efad color RGB value is (114,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101111 10101101
Octal 162 357 255
Decimal 114 239 173
Hex 72 EF AD

RGB Percentages of Color #72efad

%21.67
%45.44
%32.89

CMYK Percentages of Color #72efad

%52
%0
%28
%6

Triadic Colors of #72efad

#72efad #ad72ef #efad72

Analogous Colors of #72efad

#72efad #72efec #76ef72

Monochromatic Colors of #72efad

#72efad

Complementary Color

#72efad #ef72b4

#72efad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72efad Color Preview on White Background

Lorem ipsum dolor sit amet.

#72efad Color CSS Codes

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

#72efad Text Font Color

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

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


#72efad Background Color

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

This div background color is #72efad


#72efad Border Color

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

This div border color is #72efad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72efad


Comments

No comments written yet.

Please login to write comment.