Color Hex Logo

#76aebb Color Hex

#76AEBB
(118,174,187)
0 Favorites   0 Comments

Color spaces of #76aebb

RGB 118174187
HSL0.530.340.60
HSV191°37°73°
CMYK 0.370.070.00   0.27
XYZ31.576937.711552.6285
Yxy37.71150.25900.3093
Hunter Lab61.4097-15.6821-7.8251
CIE-Lab67.8074-14.9433-12.4625

#76aebb color RGB value is (118,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101110 10111011
Octal 166 256 273
Decimal 118 174 187
Hex 76 AE BB

RGB Percentages of Color #76aebb

%24.63
%36.33
%39.04

CMYK Percentages of Color #76aebb

%37
%7
%0
%27

Triadic Colors of #76aebb

#76aebb #bb76ae #aebb76

Analogous Colors of #76aebb

#76aebb #768cbb #76bba6

Monochromatic Colors of #76aebb

#76aebb

Complementary Color

#76aebb #bb8376

#76aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aebb Color CSS Codes

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

#76aebb Text Font Color

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

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


#76aebb Background Color

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

This div background color is #76aebb


#76aebb Border Color

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

This div border color is #76aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aebb


Comments

No comments written yet.

Please login to write comment.