Color Hex Logo

#76abbe Color Hex

#76ABBE
(118,171,190)
0 Favorites   0 Comments

Color spaces of #76abbe

RGB 118171190
HSL0.540.360.60
HSV196°38°75°
CMYK 0.380.100.00   0.25
XYZ31.328436.695154.1469
Yxy36.69510.25640.3004
Hunter Lab60.5765-13.6938-10.5934
CIE-Lab67.0477-12.5792-15.2677

#76abbe color RGB value is (118,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101011 10111110
Octal 166 253 276
Decimal 118 171 190
Hex 76 AB BE

RGB Percentages of Color #76abbe

%24.63
%35.70
%39.67

CMYK Percentages of Color #76abbe

%38
%10
%0
%25

Triadic Colors of #76abbe

#76abbe #be76ab #abbe76

Analogous Colors of #76abbe

#76abbe #7687be #76bead

Monochromatic Colors of #76abbe

#76abbe

Complementary Color

#76abbe #be8976

#76abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76abbe Color CSS Codes

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

#76abbe Text Font Color

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

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


#76abbe Background Color

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

This div background color is #76abbe


#76abbe Border Color

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

This div border color is #76abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76abbe


Comments

No comments written yet.

Please login to write comment.