Color Hex Logo

#72eebd Color Hex

#72EEBD
(114,238,189)
0 Favorites   0 Comments

Color spaces of #72eebd

RGB 114238189
HSL0.430.780.69
HSV156°52°93°
CMYK 0.520.000.21   0.07
XYZ46.699368.400658.8854
Yxy68.40060.26840.3931
Hunter Lab82.7047-43.942915.6790
CIE-Lab86.2064-46.002013.2711

#72eebd color RGB value is (114,238,189).

#72eebd hex color red value is 114, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #72eebd hue: 0.43 , saturation: 0.78 and the lightness value of 72eebd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101110 10111101
Octal 162 356 275
Decimal 114 238 189
Hex 72 EE BD

RGB Percentages of Color #72eebd

%21.07
%43.99
%34.94

CMYK Percentages of Color #72eebd

%52
%0
%21
%7

Triadic Colors of #72eebd

#72eebd #bd72ee #eebd72

Analogous Colors of #72eebd

#72eebd #72e1ee #72ee7f

Monochromatic Colors of #72eebd

#72eebd

Complementary Color

#72eebd #ee72a3

#72eebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72eebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72eebd Color CSS Codes

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

#72eebd Text Font Color

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

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


#72eebd Background Color

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

This div background color is #72eebd


#72eebd Border Color

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

This div border color is #72eebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72eebd


Comments

No comments written yet.

Please login to write comment.