Color Hex Logo

#72acbc Color Hex

#72ACBC
(114,172,188)
0 Favorites   0 Comments

Color spaces of #72acbc

RGB 114172188
HSL0.540.360.59
HSV193°39°74°
CMYK 0.390.090.00   0.26
XYZ30.769136.713353.0416
Yxy36.71330.25530.3046
Hunter Lab60.5915-15.3907-9.4882
CIE-Lab67.0614-14.7061-14.1584

#72acbc color RGB value is (114,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101100 10111100
Octal 162 254 274
Decimal 114 172 188
Hex 72 AC BC

RGB Percentages of Color #72acbc

%24.05
%36.29
%39.66

CMYK Percentages of Color #72acbc

%39
%9
%0
%26

Triadic Colors of #72acbc

#72acbc #bc72ac #acbc72

Analogous Colors of #72acbc

#72acbc #7287bc #72bca7

Monochromatic Colors of #72acbc

#72acbc

Complementary Color

#72acbc #bc8272

#72acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72acbc Color CSS Codes

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

#72acbc Text Font Color

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

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


#72acbc Background Color

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

This div background color is #72acbc


#72acbc Border Color

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

This div border color is #72acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72acbc


Comments

No comments written yet.

Please login to write comment.