Color Hex Logo

#76afbd Color Hex

#76AFBD
(118,175,189)
0 Favorites   0 Comments

Color spaces of #76afbd

RGB 118175189
HSL0.530.350.60
HSV192°38°74°
CMYK 0.380.070.00   0.26
XYZ31.986538.185653.8288
Yxy38.18560.25800.3079
Hunter Lab61.7945-15.7440-8.3910
CIE-Lab68.1572-14.9599-13.0438

#76afbd color RGB value is (118,175,189).

#76afbd hex color red value is 118, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #76afbd hue: 0.53 , saturation: 0.35 and the lightness value of 76afbd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101111 10111101
Octal 166 257 275
Decimal 118 175 189
Hex 76 AF BD

RGB Percentages of Color #76afbd

%24.48
%36.31
%39.21

CMYK Percentages of Color #76afbd

%38
%7
%0
%26

Triadic Colors of #76afbd

#76afbd #bd76af #afbd76

Analogous Colors of #76afbd

#76afbd #768cbd #76bda8

Monochromatic Colors of #76afbd

#76afbd

Complementary Color

#76afbd #bd8476

#76afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#76afbd Color CSS Codes

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

#76afbd Text Font Color

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

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


#76afbd Background Color

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

This div background color is #76afbd


#76afbd Border Color

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

This div border color is #76afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76afbd


Comments

No comments written yet.

Please login to write comment.