Color Hex Logo

#72faea Color Hex

#72FAEA
(114,250,234)
0 Favorites   0 Comments

Color spaces of #72faea

RGB 114250234
HSL0.480.930.71
HSV173°54°98°
CMYK 0.540.000.06   0.02
XYZ55.976377.889189.9257
Yxy77.88910.25010.3480
Hunter Lab88.2548-41.23091.3658
CIE-Lab90.7293-40.9326-3.6294

#72faea color RGB value is (114,250,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111010 11101010
Octal 162 372 352
Decimal 114 250 234
Hex 72 FA EA

RGB Percentages of Color #72faea

%19.06
%41.81
%39.13

CMYK Percentages of Color #72faea

%54
%0
%6
%2

Triadic Colors of #72faea

#72faea #ea72fa #faea72

Analogous Colors of #72faea

#72faea #72c6fa #72faa6

Monochromatic Colors of #72faea

#72faea

Complementary Color

#72faea #fa7282

#72faea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72faea Color Preview on White Background

Lorem ipsum dolor sit amet.

#72faea Color CSS Codes

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

#72faea Text Font Color

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

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


#72faea Background Color

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

This div background color is #72faea


#72faea Border Color

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

This div border color is #72faea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72faea


Comments

No comments written yet.

Please login to write comment.