Color Hex Logo

#72fabe Color Hex

#72FABE
(114,250,190)
0 Favorites   0 Comments

Color spaces of #72fabe

RGB 114250190
HSL0.430.930.71
HSV154°54°98°
CMYK 0.540.000.24   0.02
XYZ50.419375.666360.6629
Yxy75.66630.27000.4052
Hunter Lab86.9864-48.763519.5426
CIE-Lab89.7042-50.869017.6784

#72fabe color RGB value is (114,250,190).

#72fabe hex color red value is 114, green value is 250 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #72fabe hue: 0.43 , saturation: 0.93 and the lightness value of 72fabe is 0.71.

The process color (four color CMYK) of #72fabe color hex is 0.54, 0.00, 0.24, 0.02. Web safe color of #72fabe is #66ffcc. Color #72fabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111010 10111110
Octal 162 372 276
Decimal 114 250 190
Hex 72 FA BE

RGB Percentages of Color #72fabe

%20.58
%45.13
%34.30

CMYK Percentages of Color #72fabe

%54
%0
%24
%2

Triadic Colors of #72fabe

#72fabe #be72fa #fabe72

Analogous Colors of #72fabe

#72fabe #72f2fa #72fa7a

Monochromatic Colors of #72fabe

#72fabe

Complementary Color

#72fabe #fa72ae

#72fabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fabe Color CSS Codes

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

#72fabe Text Font Color

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

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


#72fabe Background Color

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

This div background color is #72fabe


#72fabe Border Color

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

This div border color is #72fabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fabe


Comments

No comments written yet.

Please login to write comment.