Color Hex Logo

#72ffaf Color Hex

#72FFAF
(114,255,175)
0 Favorites   0 Comments

Color spaces of #72ffaf

RGB 114255175
HSL0.411.000.72
HSV146°55°100°
CMYK 0.550.000.31   0.00
XYZ50.437378.192652.9918
Yxy78.19260.27770.4305
Hunter Lab88.4266-52.932626.3676
CIE-Lab90.8677-55.836126.9363

#72ffaf color RGB value is (114,255,175).

#72ffaf hex color red value is 114, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #72ffaf hue: 0.41 , saturation: 1.00 and the lightness value of 72ffaf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111111 10101111
Octal 162 377 257
Decimal 114 255 175
Hex 72 FF AF

RGB Percentages of Color #72ffaf

%20.96
%46.88
%32.17

CMYK Percentages of Color #72ffaf

%55
%0
%31
%0

Triadic Colors of #72ffaf

#72ffaf #af72ff #ffaf72

Analogous Colors of #72ffaf

#72ffaf #72fff6 #7cff72

Monochromatic Colors of #72ffaf

#72ffaf

Complementary Color

#72ffaf #ff72c2

#72ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ffaf Color CSS Codes

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

#72ffaf Text Font Color

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

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


#72ffaf Background Color

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

This div background color is #72ffaf


#72ffaf Border Color

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

This div border color is #72ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.