Color Hex Logo

#72ffab Color Hex

#72FFAB
(114,255,171)
0 Favorites   0 Comments

Color spaces of #72ffab

RGB 114255171
HSL0.401.000.72
HSV144°55°100°
CMYK 0.550.000.33   0.00
XYZ50.050178.037750.9529
Yxy78.03770.27950.4359
Hunter Lab88.3389-53.460627.6395
CIE-Lab90.7971-56.570328.8586

#72ffab color RGB value is (114,255,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111111 10101011
Octal 162 377 253
Decimal 114 255 171
Hex 72 FF AB

RGB Percentages of Color #72ffab

%21.11
%47.22
%31.67

CMYK Percentages of Color #72ffab

%55
%0
%33
%0

Triadic Colors of #72ffab

#72ffab #ab72ff #ffab72

Analogous Colors of #72ffab

#72ffab #72fff2 #80ff72

Monochromatic Colors of #72ffab

#72ffab

Complementary Color

#72ffab #ff72c6

#72ffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ffab Color CSS Codes

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

#72ffab Text Font Color

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

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


#72ffab Background Color

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

This div background color is #72ffab


#72ffab Border Color

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

This div border color is #72ffab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,255,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 #72ffab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ffab


Comments

No comments written yet.

Please login to write comment.