Color Hex Logo

#72ebad Color Hex

#72EBAD
(114,235,173)
0 Favorites   0 Comments

Color spaces of #72ebad

RGB 114235173
HSL0.410.750.68
HSV149°51°92°
CMYK 0.510.000.26   0.08
XYZ44.190666.011249.9475
Yxy66.01120.27590.4122
Hunter Lab81.2473-45.096120.4240
CIE-Lab85.0021-48.006719.8954

#72ebad color RGB value is (114,235,173).

#72ebad hex color red value is 114, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #72ebad hue: 0.41 , saturation: 0.75 and the lightness value of 72ebad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101011 10101101
Octal 162 353 255
Decimal 114 235 173
Hex 72 EB AD

RGB Percentages of Color #72ebad

%21.84
%45.02
%33.14

CMYK Percentages of Color #72ebad

%51
%0
%26
%8

Triadic Colors of #72ebad

#72ebad #ad72eb #ebad72

Analogous Colors of #72ebad

#72ebad #72ebea #74eb72

Monochromatic Colors of #72ebad

#72ebad

Complementary Color

#72ebad #eb72b0

#72ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ebad Color CSS Codes

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

#72ebad Text Font Color

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

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


#72ebad Background Color

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

This div background color is #72ebad


#72ebad Border Color

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

This div border color is #72ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ebad


Comments

No comments written yet.

Please login to write comment.