Color Hex Logo

#72e7df Color Hex

#72E7DF
(114,231,223)
0 Favorites   0 Comments

Color spaces of #72e7df

RGB 114231223
HSL0.490.710.68
HSV176°51°91°
CMYK 0.510.000.03   0.09
XYZ48.834666.056979.9884
Yxy66.05690.25060.3390
Hunter Lab81.2754-34.9796-1.4584
CIE-Lab85.0254-34.9877-6.2802

#72e7df color RGB value is (114,231,223).

#72e7df hex color red value is 114, green value is 231 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #72e7df hue: 0.49 , saturation: 0.71 and the lightness value of 72e7df is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11100111 11011111
Octal 162 347 337
Decimal 114 231 223
Hex 72 E7 DF

RGB Percentages of Color #72e7df

%20.07
%40.67
%39.26

CMYK Percentages of Color #72e7df

%51
%0
%3
%9

Triadic Colors of #72e7df

#72e7df #df72e7 #e7df72

Analogous Colors of #72e7df

#72e7df #72b5e7 #72e7a5

Monochromatic Colors of #72e7df

#72e7df

Complementary Color

#72e7df #e7727a

#72e7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72e7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#72e7df Color CSS Codes

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

#72e7df Text Font Color

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

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


#72e7df Background Color

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

This div background color is #72e7df


#72e7df Border Color

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

This div border color is #72e7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72e7df

#72e7df Color Palettes


Comments

No comments written yet.

Please login to write comment.