Color Hex Logo

#72dfbc Color Hex

#72DFBC
(114,223,188)
0 Favorites   0 Comments

Color spaces of #72dfbc

RGB 114223188
HSL0.450.630.66
HSV161°49°87°
CMYK 0.490.000.16   0.13
XYZ42.404259.983656.9200
Yxy59.98360.26620.3765
Hunter Lab77.4491-37.805210.6401
CIE-Lab81.8293-39.62217.5578

#72dfbc color RGB value is (114,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011111 10111100
Octal 162 337 274
Decimal 114 223 188
Hex 72 DF BC

RGB Percentages of Color #72dfbc

%21.71
%42.48
%35.81

CMYK Percentages of Color #72dfbc

%49
%0
%16
%13

Triadic Colors of #72dfbc

#72dfbc #bc72df #dfbc72

Analogous Colors of #72dfbc

#72dfbc #72ccdf #72df86

Monochromatic Colors of #72dfbc

#72dfbc

Complementary Color

#72dfbc #df7295

#72dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dfbc Color CSS Codes

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

#72dfbc Text Font Color

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

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


#72dfbc Background Color

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

This div background color is #72dfbc


#72dfbc Border Color

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

This div border color is #72dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dfbc


Comments

No comments written yet.

Please login to write comment.