Color Hex Logo

#72feae Color Hex

#72FEAE
(114,254,174)
0 Favorites   0 Comments

Color spaces of #72feae

RGB 114254174
HSL0.400.990.72
HSV146°55°100°
CMYK 0.550.000.31   0.00
XYZ50.021277.517052.3703
Yxy77.51700.27800.4309
Hunter Lab88.0437-52.663526.3637
CIE-Lab90.5590-55.621927.0215

#72feae color RGB value is (114,254,174).

#72feae hex color red value is 114, green value is 254 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #72feae hue: 0.40 , saturation: 0.99 and the lightness value of 72feae is 0.72.

The process color (four color CMYK) of #72feae color hex is 0.55, 0.00, 0.31, 0.00. Web safe color of #72feae is #66ff99. Color #72feae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111110 10101110
Octal 162 376 256
Decimal 114 254 174
Hex 72 FE AE

RGB Percentages of Color #72feae

%21.03
%46.86
%32.10

CMYK Percentages of Color #72feae

%55
%0
%31
%0

Triadic Colors of #72feae

#72feae #ae72fe #feae72

Analogous Colors of #72feae

#72feae #72fef4 #7cfe72

Monochromatic Colors of #72feae

#72feae

Complementary Color

#72feae #fe72c2

#72feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#72feae Color CSS Codes

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

#72feae Text Font Color

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

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


#72feae Background Color

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

This div background color is #72feae


#72feae Border Color

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

This div border color is #72feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72feae

Related Colors


Comments

No comments written yet.

Please login to write comment.