Color Hex Logo

#72eaac Color Hex

#72EAAC
(114,234,172)
0 Favorites   0 Comments

Color spaces of #72eaac

RGB 114234172
HSL0.410.740.68
HSV149°51°92°
CMYK 0.510.000.26   0.08
XYZ43.808665.401649.3445
Yxy65.40160.27630.4125
Hunter Lab80.8713-44.829820.4334
CIE-Lab84.6903-47.781819.9809

#72eaac color RGB value is (114,234,172).

#72eaac hex color red value is 114, green value is 234 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #72eaac hue: 0.41 , saturation: 0.74 and the lightness value of 72eaac is 0.68.

The process color (four color CMYK) of #72eaac color hex is 0.51, 0.00, 0.26, 0.08. Web safe color of #72eaac is #66ff99. Color #72eaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101010 10101100
Octal 162 352 254
Decimal 114 234 172
Hex 72 EA AC

RGB Percentages of Color #72eaac

%21.92
%45.00
%33.08

CMYK Percentages of Color #72eaac

%51
%0
%26
%8

Triadic Colors of #72eaac

#72eaac #ac72ea #eaac72

Analogous Colors of #72eaac

#72eaac #72eae8 #74ea72

Monochromatic Colors of #72eaac

#72eaac

Complementary Color

#72eaac #ea72b0

#72eaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72eaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#72eaac Color CSS Codes

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

#72eaac Text Font Color

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

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


#72eaac Background Color

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

This div background color is #72eaac


#72eaac Border Color

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

This div border color is #72eaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72eaac


Comments

No comments written yet.

Please login to write comment.