Color Hex Logo

#72face Color Hex

#72FACE
(114,250,206)
0 Favorites   0 Comments

Color spaces of #72face

RGB 114250206
HSL0.450.930.71
HSV161°54°98°
CMYK 0.540.000.18   0.02
XYZ52.265676.404970.3854
Yxy76.40490.26260.3838
Hunter Lab87.4099-46.235613.4446
CIE-Lab90.0470-47.46539.9095

#72face color RGB value is (114,250,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111010 11001110
Octal 162 372 316
Decimal 114 250 206
Hex 72 FA CE

RGB Percentages of Color #72face

%20.00
%43.86
%36.14

CMYK Percentages of Color #72face

%54
%0
%18
%2

Triadic Colors of #72face

#72face #ce72fa #face72

Analogous Colors of #72face

#72face #72e2fa #72fa8a

Monochromatic Colors of #72face

#72face

Complementary Color

#72face #fa729e

#72face Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72face Color Preview on White Background

Lorem ipsum dolor sit amet.

#72face Color CSS Codes

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

#72face Text Font Color

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

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


#72face Background Color

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

This div background color is #72face


#72face Border Color

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

This div border color is #72face


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72face


Comments

No comments written yet.

Please login to write comment.