Color Hex Logo

#72dcbe Color Hex

#72DCBE
(114,220,190)
0 Favorites   0 Comments

Color spaces of #72dcbe

RGB 114220190
HSL0.450.600.65
HSV163°48°86°
CMYK 0.480.000.14   0.14
XYZ41.826958.481557.7988
Yxy58.48150.26450.3699
Hunter Lab76.4732-36.19788.7196
CIE-Lab81.0058-37.81415.3130

#72dcbe color RGB value is (114,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011100 10111110
Octal 162 334 276
Decimal 114 220 190
Hex 72 DC BE

RGB Percentages of Color #72dcbe

%21.76
%41.98
%36.26

CMYK Percentages of Color #72dcbe

%48
%0
%14
%14

Triadic Colors of #72dcbe

#72dcbe #be72dc #dcbe72

Analogous Colors of #72dcbe

#72dcbe #72c5dc #72dc89

Monochromatic Colors of #72dcbe

#72dcbe

Complementary Color

#72dcbe #dc7290

#72dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dcbe Color CSS Codes

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

#72dcbe Text Font Color

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

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


#72dcbe Background Color

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

This div background color is #72dcbe


#72dcbe Border Color

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

This div border color is #72dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dcbe


Comments

No comments written yet.

Please login to write comment.