Color Hex Logo

#72ebea Color Hex

#72EBEA
(114,235,234)
0 Favorites   0 Comments

Color spaces of #72ebea

RGB 114235234
HSL0.500.750.68
HSV180°51°92°
CMYK 0.510.000.00   0.08
XYZ51.499068.934688.4333
Yxy68.93460.24660.3300
Hunter Lab83.0269-34.5790-5.0320
CIE-Lab86.4717-34.0669-9.9263

#72ebea color RGB value is (114,235,234).

#72ebea hex color red value is 114, green value is 235 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #72ebea hue: 0.50 , saturation: 0.75 and the lightness value of 72ebea is 0.68.

The process color (four color CMYK) of #72ebea color hex is 0.51, 0.00, 0.00, 0.08. Web safe color of #72ebea is #66ffff. Color #72ebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101011 11101010
Octal 162 353 352
Decimal 114 235 234
Hex 72 EB EA

RGB Percentages of Color #72ebea

%19.55
%40.31
%40.14

CMYK Percentages of Color #72ebea

%51
%0
%0
%8

Triadic Colors of #72ebea

#72ebea #ea72eb #ebea72

Analogous Colors of #72ebea

#72ebea #72b0eb #72ebae

Monochromatic Colors of #72ebea

#72ebea

Complementary Color

#72ebea #eb7273

#72ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ebea Color CSS Codes

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

#72ebea Text Font Color

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

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


#72ebea Background Color

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

This div background color is #72ebea


#72ebea Border Color

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

This div border color is #72ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ebea


Comments

No comments written yet.

Please login to write comment.