Color Hex Logo

#72eabc Color Hex

#72EABC
(114,234,188)
0 Favorites   0 Comments

Color spaces of #72eabc

RGB 114234188
HSL0.440.740.68
HSV157°51°92°
CMYK 0.510.000.20   0.08
XYZ45.439366.053957.9317
Yxy66.05390.26820.3899
Hunter Lab81.2736-42.431014.6296
CIE-Lab85.0239-44.486012.1168

#72eabc color RGB value is (114,234,188).

#72eabc hex color red value is 114, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #72eabc hue: 0.44 , saturation: 0.74 and the lightness value of 72eabc is 0.68.

The process color (four color CMYK) of #72eabc color hex is 0.51, 0.00, 0.20, 0.08. Web safe color of #72eabc is #66ffcc. Color #72eabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101010 10111100
Octal 162 352 274
Decimal 114 234 188
Hex 72 EA BC

RGB Percentages of Color #72eabc

%21.27
%43.66
%35.07

CMYK Percentages of Color #72eabc

%51
%0
%20
%8

Triadic Colors of #72eabc

#72eabc #bc72ea #eabc72

Analogous Colors of #72eabc

#72eabc #72dcea #72ea80

Monochromatic Colors of #72eabc

#72eabc

Complementary Color

#72eabc #ea72a0

#72eabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72eabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72eabc Color CSS Codes

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

#72eabc Text Font Color

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

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


#72eabc Background Color

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

This div background color is #72eabc


#72eabc Border Color

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

This div border color is #72eabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72eabc


Comments

No comments written yet.

Please login to write comment.