Color Hex Logo

#76aebe Color Hex

#76AEBE
(118,174,190)
0 Favorites   0 Comments

Color spaces of #76aebe

RGB 118174190
HSL0.540.360.60
HSV193°38°75°
CMYK 0.380.080.00   0.25
XYZ31.901537.841454.3379
Yxy37.84140.25710.3050
Hunter Lab61.5154-15.0829-9.3114
CIE-Lab67.9036-14.1751-13.9780

#76aebe color RGB value is (118,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101110 10111110
Octal 166 256 276
Decimal 118 174 190
Hex 76 AE BE

RGB Percentages of Color #76aebe

%24.48
%36.10
%39.42

CMYK Percentages of Color #76aebe

%38
%8
%0
%25

Triadic Colors of #76aebe

#76aebe #be76ae #aebe76

Analogous Colors of #76aebe

#76aebe #768abe #76beaa

Monochromatic Colors of #76aebe

#76aebe

Complementary Color

#76aebe #be8676

#76aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aebe Color CSS Codes

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

#76aebe Text Font Color

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

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


#76aebe Background Color

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

This div background color is #76aebe


#76aebe Border Color

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

This div border color is #76aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aebe


Comments

No comments written yet.

Please login to write comment.