Color Hex Logo

#72eebe Color Hex

#72EEBE
(114,238,190)
0 Favorites   0 Comments

Color spaces of #72eebe

RGB 114238190
HSL0.440.780.69
HSV157°52°93°
CMYK 0.520.000.20   0.07
XYZ46.808268.444259.4592
Yxy68.44420.26790.3918
Hunter Lab82.7310-43.786115.2997
CIE-Lab86.2281-45.789212.7809

#72eebe color RGB value is (114,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101110 10111110
Octal 162 356 276
Decimal 114 238 190
Hex 72 EE BE

RGB Percentages of Color #72eebe

%21.03
%43.91
%35.06

CMYK Percentages of Color #72eebe

%52
%0
%20
%7

Triadic Colors of #72eebe

#72eebe #be72ee #eebe72

Analogous Colors of #72eebe

#72eebe #72e0ee #72ee80

Monochromatic Colors of #72eebe

#72eebe

Complementary Color

#72eebe #ee72a2

#72eebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72eebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#72eebe Color CSS Codes

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

#72eebe Text Font Color

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

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


#72eebe Background Color

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

This div background color is #72eebe


#72eebe Border Color

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

This div border color is #72eebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72eebe


Comments

No comments written yet.

Please login to write comment.