Color Hex Logo

#72eedb Color Hex

#72EEDB
(114,238,219)
0 Favorites   0 Comments

Color spaces of #72eedb

RGB 114238219
HSL0.470.780.69
HSV171°52°93°
CMYK 0.520.000.08   0.07
XYZ50.300169.841077.8474
Yxy69.84100.25410.3528
Hunter Lab83.5709-38.81263.2702
CIE-Lab86.9188-39.1824-1.3910

#72eedb color RGB value is (114,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101110 11011011
Octal 162 356 333
Decimal 114 238 219
Hex 72 EE DB

RGB Percentages of Color #72eedb

%19.96
%41.68
%38.35

CMYK Percentages of Color #72eedb

%52
%0
%8
%7

Triadic Colors of #72eedb

#72eedb #db72ee #eedb72

Analogous Colors of #72eedb

#72eedb #72c3ee #72ee9d

Monochromatic Colors of #72eedb

#72eedb

Complementary Color

#72eedb #ee7285

#72eedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72eedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72eedb Color CSS Codes

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

#72eedb Text Font Color

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

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


#72eedb Background Color

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

This div background color is #72eedb


#72eedb Border Color

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

This div border color is #72eedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72eedb


Comments

No comments written yet.

Please login to write comment.