Color Hex Logo

#72debe Color Hex

#72DEBE
(114,222,190)
0 Favorites   0 Comments

Color spaces of #72debe

RGB 114222190
HSL0.450.620.66
HSV162°49°87°
CMYK 0.490.000.14   0.13
XYZ42.355059.537757.9748
Yxy59.53770.26490.3724
Hunter Lab77.1607-37.04919.4648
CIE-Lab81.5863-38.72246.1497

#72debe color RGB value is (114,222,190).

#72debe hex color red value is 114, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #72debe hue: 0.45 , saturation: 0.62 and the lightness value of 72debe is 0.66.

The process color (four color CMYK) of #72debe color hex is 0.49, 0.00, 0.14, 0.13. Web safe color of #72debe is #66cccc. Color #72debe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011110 10111110
Octal 162 336 276
Decimal 114 222 190
Hex 72 DE BE

RGB Percentages of Color #72debe

%21.67
%42.21
%36.12

CMYK Percentages of Color #72debe

%49
%0
%14
%13

Triadic Colors of #72debe

#72debe #be72de #debe72

Analogous Colors of #72debe

#72debe #72c8de #72de88

Monochromatic Colors of #72debe

#72debe

Complementary Color

#72debe #de7292

#72debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#72debe Color CSS Codes

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

#72debe Text Font Color

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

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


#72debe Background Color

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

This div background color is #72debe


#72debe Border Color

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

This div border color is #72debe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72debe


Comments

No comments written yet.

Please login to write comment.