Color Hex Logo

#72fda6 Color Hex

#72FDA6
(114,253,166)
0 Favorites   0 Comments

Color spaces of #72fda6

RGB 114253166
HSL0.400.970.72
HSV142°55°99°
CMYK 0.550.000.34   0.01
XYZ48.947676.581148.2782
Yxy76.58110.28160.4406
Hunter Lab87.5106-53.302628.5481
CIE-Lab90.1285-56.674930.4717

#72fda6 color RGB value is (114,253,166).

#72fda6 hex color red value is 114, green value is 253 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #72fda6 hue: 0.40 , saturation: 0.97 and the lightness value of 72fda6 is 0.72.

The process color (four color CMYK) of #72fda6 color hex is 0.55, 0.00, 0.34, 0.01. Web safe color of #72fda6 is #66ff99. Color #72fda6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111101 10100110
Octal 162 375 246
Decimal 114 253 166
Hex 72 FD A6

RGB Percentages of Color #72fda6

%21.39
%47.47
%31.14

CMYK Percentages of Color #72fda6

%55
%0
%34
%1

Triadic Colors of #72fda6

#72fda6 #a672fd #fda672

Analogous Colors of #72fda6

#72fda6 #72fdec #84fd72

Monochromatic Colors of #72fda6

#72fda6

Complementary Color

#72fda6 #fd72c9

#72fda6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fda6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fda6 Color CSS Codes

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

#72fda6 Text Font Color

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

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


#72fda6 Background Color

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

This div background color is #72fda6


#72fda6 Border Color

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

This div border color is #72fda6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fda6


Comments

No comments written yet.

Please login to write comment.