Color Hex Logo

#76afb9 Color Hex

#76AFB9
(118,175,185)
0 Favorites   0 Comments

Color spaces of #76afb9

RGB 118175185
HSL0.520.320.59
HSV189°36°73°
CMYK 0.360.050.00   0.27
XYZ31.558138.014351.5731
Yxy38.01430.26050.3138
Hunter Lab61.6557-16.5334-6.4352
CIE-Lab68.0312-15.9763-11.0205

#76afb9 color RGB value is (118,175,185).

#76afb9 hex color red value is 118, green value is 175 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #76afb9 hue: 0.52 , saturation: 0.32 and the lightness value of 76afb9 is 0.59.

The process color (four color CMYK) of #76afb9 color hex is 0.36, 0.05, 0.00, 0.27. Web safe color of #76afb9 is #6699cc. Color #76afb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101111 10111001
Octal 166 257 271
Decimal 118 175 185
Hex 76 AF B9

RGB Percentages of Color #76afb9

%24.69
%36.61
%38.70

CMYK Percentages of Color #76afb9

%36
%5
%0
%27

Triadic Colors of #76afb9

#76afb9 #b976af #afb976

Analogous Colors of #76afb9

#76afb9 #768eb9 #76b9a2

Monochromatic Colors of #76afb9

#76afb9

Complementary Color

#76afb9 #b98076

#76afb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76afb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76afb9 Color CSS Codes

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

#76afb9 Text Font Color

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

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


#76afb9 Background Color

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

This div background color is #76afb9


#76afb9 Border Color

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

This div border color is #76afb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76afb9


Comments

No comments written yet.

Please login to write comment.