Color Hex Logo

#72efb5 Color Hex

#72EFB5
(114,239,181)
0 Favorites   0 Comments

Color spaces of #72efb5

RGB 114239181
HSL0.420.800.69
HSV152°52°94°
CMYK 0.520.000.24   0.06
XYZ46.146468.646654.5340
Yxy68.64660.27250.4054
Hunter Lab82.8532-45.574818.9726
CIE-Lab86.3287-48.092817.5989

#72efb5 color RGB value is (114,239,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101111 10110101
Octal 162 357 265
Decimal 114 239 181
Hex 72 EF B5

RGB Percentages of Color #72efb5

%21.35
%44.76
%33.90

CMYK Percentages of Color #72efb5

%52
%0
%24
%6

Triadic Colors of #72efb5

#72efb5 #b572ef #efb572

Analogous Colors of #72efb5

#72efb5 #72ebef #72ef77

Monochromatic Colors of #72efb5

#72efb5

Complementary Color

#72efb5 #ef72ac

#72efb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72efb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72efb5 Color CSS Codes

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

#72efb5 Text Font Color

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

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


#72efb5 Background Color

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

This div background color is #72efb5


#72efb5 Border Color

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

This div border color is #72efb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72efb5


Comments

No comments written yet.

Please login to write comment.