Color Hex Logo

#72eebf Color Hex

#72EEBF
(114,238,191)
0 Favorites   0 Comments

Color spaces of #72eebf

RGB 114238191
HSL0.440.780.69
HSV157°52°93°
CMYK 0.520.000.20   0.07
XYZ46.917968.488160.0369
Yxy68.48810.26740.3904
Hunter Lab82.7575-43.628314.9180
CIE-Lab86.2499-45.575112.2909

#72eebf color RGB value is (114,238,191).

#72eebf hex color red value is 114, green value is 238 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #72eebf hue: 0.44 , saturation: 0.78 and the lightness value of 72eebf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101110 10111111
Octal 162 356 277
Decimal 114 238 191
Hex 72 EE BF

RGB Percentages of Color #72eebf

%20.99
%43.83
%35.17

CMYK Percentages of Color #72eebf

%52
%0
%20
%7

Triadic Colors of #72eebf

#72eebf #bf72ee #eebf72

Analogous Colors of #72eebf

#72eebf #72dfee #72ee81

Monochromatic Colors of #72eebf

#72eebf

Complementary Color

#72eebf #ee72a1

#72eebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72eebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72eebf Color CSS Codes

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

#72eebf Text Font Color

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

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


#72eebf Background Color

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

This div background color is #72eebf


#72eebf Border Color

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

This div border color is #72eebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72eebf


Comments

No comments written yet.

Please login to write comment.