Color Hex Logo

#72adbc Color Hex

#72ADBC
(114,173,188)
0 Favorites   0 Comments

Color spaces of #72adbc

RGB 114173188
HSL0.530.360.59
HSV192°39°74°
CMYK 0.390.080.00   0.26
XYZ30.960137.095453.1053
Yxy37.09540.25550.3062
Hunter Lab60.9060-15.8493-9.0621
CIE-Lab67.3485-15.2349-13.7263

#72adbc color RGB value is (114,173,188).

#72adbc hex color red value is 114, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #72adbc hue: 0.53 , saturation: 0.36 and the lightness value of 72adbc is 0.59.

The process color (four color CMYK) of #72adbc color hex is 0.39, 0.08, 0.00, 0.26. Web safe color of #72adbc is #6699cc. Color #72adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101101 10111100
Octal 162 255 274
Decimal 114 173 188
Hex 72 AD BC

RGB Percentages of Color #72adbc

%24.00
%36.42
%39.58

CMYK Percentages of Color #72adbc

%39
%8
%0
%26

Triadic Colors of #72adbc

#72adbc #bc72ad #adbc72

Analogous Colors of #72adbc

#72adbc #7288bc #72bca6

Monochromatic Colors of #72adbc

#72adbc

Complementary Color

#72adbc #bc8172

#72adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72adbc Color CSS Codes

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

#72adbc Text Font Color

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

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


#72adbc Background Color

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

This div background color is #72adbc


#72adbc Border Color

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

This div border color is #72adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72adbc


Comments

No comments written yet.

Please login to write comment.