Color Hex Logo

#72edec Color Hex

#72EDEC
(114,237,236)
0 Favorites   0 Comments

Color spaces of #72edec

RGB 114237236
HSL0.500.770.69
HSV180°52°93°
CMYK 0.520.000.00   0.07
XYZ52.363970.201990.1473
Yxy70.20190.24620.3300
Hunter Lab83.7866-35.0698-5.1404
CIE-Lab87.0958-34.4879-10.0480

#72edec color RGB value is (114,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101101 11101100
Octal 162 355 354
Decimal 114 237 236
Hex 72 ED EC

RGB Percentages of Color #72edec

%19.42
%40.37
%40.20

CMYK Percentages of Color #72edec

%52
%0
%0
%7

Triadic Colors of #72edec

#72edec #ec72ed #edec72

Analogous Colors of #72edec

#72edec #72b1ed #72edaf

Monochromatic Colors of #72edec

#72edec

Complementary Color

#72edec #ed7273

#72edec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72edec Color Preview on White Background

Lorem ipsum dolor sit amet.

#72edec Color CSS Codes

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

#72edec Text Font Color

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

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


#72edec Background Color

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

This div background color is #72edec


#72edec Border Color

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

This div border color is #72edec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,237,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 #72edec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72edec


Comments

No comments written yet.

Please login to write comment.