Color Hex Logo

#72efde Color Hex

#72EFDE
(114,239,222)
0 Favorites   0 Comments

Color spaces of #72efde

RGB 114239222
HSL0.480.800.69
HSV172°52°94°
CMYK 0.520.000.07   0.06
XYZ50.990770.584380.0439
Yxy70.58430.25290.3501
Hunter Lab84.0145-38.68872.3222
CIE-Lab87.2826-38.9081-2.4301

#72efde color RGB value is (114,239,222).

#72efde hex color red value is 114, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #72efde hue: 0.48 , saturation: 0.80 and the lightness value of 72efde is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101111 11011110
Octal 162 357 336
Decimal 114 239 222
Hex 72 EF DE

RGB Percentages of Color #72efde

%19.83
%41.57
%38.61

CMYK Percentages of Color #72efde

%52
%0
%7
%6

Triadic Colors of #72efde

#72efde #de72ef #efde72

Analogous Colors of #72efde

#72efde #72c2ef #72efa0

Monochromatic Colors of #72efde

#72efde

Complementary Color

#72efde #ef7283

#72efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#72efde Color CSS Codes

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

#72efde Text Font Color

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

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


#72efde Background Color

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

This div background color is #72efde


#72efde Border Color

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

This div border color is #72efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72efde


Comments

No comments written yet.

Please login to write comment.