Color Hex Logo

#76acbf Color Hex

#76ACBF
(118,172,191)
0 Favorites   0 Comments

Color spaces of #76acbf

RGB 118172191
HSL0.540.360.61
HSV196°38°75°
CMYK 0.380.100.00   0.25
XYZ31.627737.118254.7878
Yxy37.11820.25600.3005
Hunter Lab60.9247-13.9540-10.6705
CIE-Lab67.3656-12.8533-15.3422

#76acbf color RGB value is (118,172,191).

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

The process color (four color CMYK) of #76acbf color hex is 0.38, 0.10, 0.00, 0.25. Web safe color of #76acbf is #6699cc. Color #76acbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101100 10111111
Octal 166 254 277
Decimal 118 172 191
Hex 76 AC BF

RGB Percentages of Color #76acbf

%24.53
%35.76
%39.71

CMYK Percentages of Color #76acbf

%38
%10
%0
%25

Triadic Colors of #76acbf

#76acbf #bf76ac #acbf76

Analogous Colors of #76acbf

#76acbf #7688bf #76bfae

Monochromatic Colors of #76acbf

#76acbf

Complementary Color

#76acbf #bf8976

#76acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76acbf Color CSS Codes

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

#76acbf Text Font Color

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

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


#76acbf Background Color

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

This div background color is #76acbf


#76acbf Border Color

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

This div border color is #76acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76acbf


Comments

No comments written yet.

Please login to write comment.