Color Hex Logo

#76acbc Color Hex

#76ACBC
(118,172,188)
0 Favorites   0 Comments

Color spaces of #76acbc

RGB 118172188
HSL0.540.340.60
HSV194°37°74°
CMYK 0.370.090.00   0.26
XYZ31.300836.987453.0665
Yxy36.98740.25790.3048
Hunter Lab60.8173-14.5617-9.1618
CIE-Lab67.2676-13.6286-13.8275

#76acbc color RGB value is (118,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101100 10111100
Octal 166 254 274
Decimal 118 172 188
Hex 76 AC BC

RGB Percentages of Color #76acbc

%24.69
%35.98
%39.33

CMYK Percentages of Color #76acbc

%37
%9
%0
%26

Triadic Colors of #76acbc

#76acbc #bc76ac #acbc76

Analogous Colors of #76acbc

#76acbc #7689bc #76bca9

Monochromatic Colors of #76acbc

#76acbc

Complementary Color

#76acbc #bc8676

#76acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76acbc Color CSS Codes

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

#76acbc Text Font Color

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

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


#76acbc Background Color

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

This div background color is #76acbc


#76acbc Border Color

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

This div border color is #76acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76acbc


Comments

No comments written yet.

Please login to write comment.