Color Hex Logo

#72efec Color Hex

#72EFEC
(114,239,236)
0 Favorites   0 Comments

Color spaces of #72efec

RGB 114239236
HSL0.500.800.69
HSV179°52°94°
CMYK 0.520.000.01   0.06
XYZ52.946371.366590.3414
Yxy71.36650.24670.3325
Hunter Lab84.4787-35.9644-4.2696
CIE-Lab87.6628-35.4177-9.2052

#72efec color RGB value is (114,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101111 11101100
Octal 162 357 354
Decimal 114 239 236
Hex 72 EF EC

RGB Percentages of Color #72efec

%19.35
%40.58
%40.07

CMYK Percentages of Color #72efec

%52
%0
%1
%6

Triadic Colors of #72efec

#72efec #ec72ef #efec72

Analogous Colors of #72efec

#72efec #72b4ef #72efae

Monochromatic Colors of #72efec

#72efec

Complementary Color

#72efec #ef7275

#72efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#72efec Color CSS Codes

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

#72efec Text Font Color

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

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


#72efec Background Color

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

This div background color is #72efec


#72efec Border Color

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

This div border color is #72efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72efec


Comments

No comments written yet.

Please login to write comment.