Color Hex Logo

#76adbd Color Hex

#76ADBD
(118,173,189)
0 Favorites   0 Comments

Color spaces of #76adbd

RGB 118173189
HSL0.540.350.60
HSV194°38°74°
CMYK 0.380.080.00   0.26
XYZ31.600137.412853.7000
Yxy37.41280.25750.3049
Hunter Lab61.1660-14.8223-9.2368
CIE-Lab67.5856-13.9023-13.9030

#76adbd color RGB value is (118,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101101 10111101
Octal 166 255 275
Decimal 118 173 189
Hex 76 AD BD

RGB Percentages of Color #76adbd

%24.58
%36.04
%39.38

CMYK Percentages of Color #76adbd

%38
%8
%0
%26

Triadic Colors of #76adbd

#76adbd #bd76ad #adbd76

Analogous Colors of #76adbd

#76adbd #768abd #76bdaa

Monochromatic Colors of #76adbd

#76adbd

Complementary Color

#76adbd #bd8676

#76adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#76adbd Color CSS Codes

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

#76adbd Text Font Color

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

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


#76adbd Background Color

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

This div background color is #76adbd


#76adbd Border Color

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

This div border color is #76adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76adbd


Comments

No comments written yet.

Please login to write comment.