Color Hex Logo

#72feda Color Hex

#72FEDA
(114,254,218)
0 Favorites   0 Comments

Color spaces of #72feda

RGB 114254218
HSL0.460.990.72
HSV165°55°100°
CMYK 0.550.000.14   0.00
XYZ55.036179.523078.7784
Yxy79.52300.25800.3728
Hunter Lab89.1757-45.893510.0458
CIE-Lab91.4704-46.48705.7465

#72feda color RGB value is (114,254,218).

#72feda hex color red value is 114, green value is 254 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #72feda hue: 0.46 , saturation: 0.99 and the lightness value of 72feda is 0.72.

The process color (four color CMYK) of #72feda color hex is 0.55, 0.00, 0.14, 0.00. Web safe color of #72feda is #66ffcc. Color #72feda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111110 11011010
Octal 162 376 332
Decimal 114 254 218
Hex 72 FE DA

RGB Percentages of Color #72feda

%19.45
%43.34
%37.20

CMYK Percentages of Color #72feda

%55
%0
%14
%0

Triadic Colors of #72feda

#72feda #da72fe #feda72

Analogous Colors of #72feda

#72feda #72dcfe #72fe94

Monochromatic Colors of #72feda

#72feda

Complementary Color

#72feda #fe7296

#72feda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72feda Color Preview on White Background

Lorem ipsum dolor sit amet.

#72feda Color CSS Codes

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

#72feda Text Font Color

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

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


#72feda Background Color

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

This div background color is #72feda


#72feda Border Color

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

This div border color is #72feda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72feda


Comments

No comments written yet.

Please login to write comment.