Color Hex Logo

#72eadb Color Hex

#72EADB
(114,234,219)
0 Favorites   0 Comments

Color spaces of #72eadb

RGB 114234219
HSL0.480.740.68
HSV173°51°92°
CMYK 0.510.000.06   0.08
XYZ49.148467.537577.4635
Yxy67.53750.25310.3479
Hunter Lab82.1812-37.06531.6404
CIE-Lab85.7747-37.3612-3.0693

#72eadb color RGB value is (114,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101010 11011011
Octal 162 352 333
Decimal 114 234 219
Hex 72 EA DB

RGB Percentages of Color #72eadb

%20.11
%41.27
%38.62

CMYK Percentages of Color #72eadb

%51
%0
%6
%8

Triadic Colors of #72eadb

#72eadb #db72ea #eadb72

Analogous Colors of #72eadb

#72eadb #72bdea #72ea9f

Monochromatic Colors of #72eadb

#72eadb

Complementary Color

#72eadb #ea7281

#72eadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72eadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72eadb Color CSS Codes

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

#72eadb Text Font Color

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

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


#72eadb Background Color

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

This div background color is #72eadb


#72eadb Border Color

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

This div border color is #72eadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,234,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 #72eadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72eadb


Comments

No comments written yet.

Please login to write comment.