Color Hex Logo

#72eecf Color Hex

#72EECF
(114,238,207)
0 Favorites   0 Comments

Color spaces of #72eecf

RGB 114238207
HSL0.460.780.69
HSV165°52°93°
CMYK 0.520.000.13   0.07
XYZ48.776569.231569.8237
Yxy69.23150.25970.3686
Hunter Lab83.2055-40.96988.4893
CIE-Lab86.6186-42.01354.4596

#72eecf color RGB value is (114,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101110 11001111
Octal 162 356 317
Decimal 114 238 207
Hex 72 EE CF

RGB Percentages of Color #72eecf

%20.39
%42.58
%37.03

CMYK Percentages of Color #72eecf

%52
%0
%13
%7

Triadic Colors of #72eecf

#72eecf #cf72ee #eecf72

Analogous Colors of #72eecf

#72eecf #72cfee #72ee91

Monochromatic Colors of #72eecf

#72eecf

Complementary Color

#72eecf #ee7291

#72eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72eecf Color CSS Codes

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

#72eecf Text Font Color

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

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


#72eecf Background Color

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

This div background color is #72eecf


#72eecf Border Color

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

This div border color is #72eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72eecf


Comments

No comments written yet.

Please login to write comment.