Color Hex Logo

#72edea Color Hex

#72EDEA
(114,237,234)
0 Favorites   0 Comments

Color spaces of #72edea

RGB 114237234
HSL0.500.770.69
HSV179°52°93°
CMYK 0.520.000.01   0.07
XYZ52.074970.086388.6253
Yxy70.08630.24710.3325
Hunter Lab83.7176-35.4732-4.1634
CIE-Lab87.0392-34.9993-9.0827

#72edea color RGB value is (114,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101101 11101010
Octal 162 355 352
Decimal 114 237 234
Hex 72 ED EA

RGB Percentages of Color #72edea

%19.49
%40.51
%40.00

CMYK Percentages of Color #72edea

%52
%0
%1
%7

Triadic Colors of #72edea

#72edea #ea72ed #edea72

Analogous Colors of #72edea

#72edea #72b3ed #72edad

Monochromatic Colors of #72edea

#72edea

Complementary Color

#72edea #ed7275

#72edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#72edea Color CSS Codes

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

#72edea Text Font Color

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

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


#72edea Background Color

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

This div background color is #72edea


#72edea Border Color

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

This div border color is #72edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72edea


Comments

No comments written yet.

Please login to write comment.