Color Hex Logo

#72acba Color Hex

#72ACBA
(114,172,186)
0 Favorites   0 Comments

Color spaces of #72acba

RGB 114172186
HSL0.530.340.59
HSV192°39°73°
CMYK 0.390.080.00   0.27
XYZ30.554936.627651.9138
Yxy36.62760.25660.3075
Hunter Lab60.5207-15.7926-8.4936
CIE-Lab66.9967-15.2258-13.1466

#72acba color RGB value is (114,172,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101100 10111010
Octal 162 254 272
Decimal 114 172 186
Hex 72 AC BA

RGB Percentages of Color #72acba

%24.15
%36.44
%39.41

CMYK Percentages of Color #72acba

%39
%8
%0
%27

Triadic Colors of #72acba

#72acba #ba72ac #acba72

Analogous Colors of #72acba

#72acba #7288ba #72baa4

Monochromatic Colors of #72acba

#72acba

Complementary Color

#72acba #ba8072

#72acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#72acba Color CSS Codes

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

#72acba Text Font Color

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

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


#72acba Background Color

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

This div background color is #72acba


#72acba Border Color

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

This div border color is #72acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72acba


Comments

No comments written yet.

Please login to write comment.