Color Hex Logo

#76aeba Color Hex

#76AEBA
(118,174,186)
0 Favorites   0 Comments

Color spaces of #76aeba

RGB 118174186
HSL0.530.330.60
HSV191°37°73°
CMYK 0.370.060.00   0.27
XYZ31.470237.668852.0665
Yxy37.66880.25960.3108
Hunter Lab61.3749-15.8796-7.3354
CIE-Lab67.7758-15.1974-11.9563

#76aeba color RGB value is (118,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101110 10111010
Octal 166 256 272
Decimal 118 174 186
Hex 76 AE BA

RGB Percentages of Color #76aeba

%24.69
%36.40
%38.91

CMYK Percentages of Color #76aeba

%37
%6
%0
%27

Triadic Colors of #76aeba

#76aeba #ba76ae #aeba76

Analogous Colors of #76aeba

#76aeba #768cba #76baa4

Monochromatic Colors of #76aeba

#76aeba

Complementary Color

#76aeba #ba8276

#76aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aeba Color CSS Codes

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

#76aeba Text Font Color

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

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


#76aeba Background Color

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

This div background color is #76aeba


#76aeba Border Color

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

This div border color is #76aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aeba


Comments

No comments written yet.

Please login to write comment.