Color Hex Logo

#76aebd Color Hex

#76AEBD
(118,174,189)
0 Favorites   0 Comments

Color spaces of #76aebd

RGB 118174189
HSL0.540.350.60
HSV193°38°74°
CMYK 0.380.080.00   0.26
XYZ31.792637.797853.7642
Yxy37.79780.25770.3064
Hunter Lab61.4799-15.2836-8.8132
CIE-Lab67.8713-14.4320-13.4733

#76aebd color RGB value is (118,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101110 10111101
Octal 166 256 275
Decimal 118 174 189
Hex 76 AE BD

RGB Percentages of Color #76aebd

%24.53
%36.17
%39.29

CMYK Percentages of Color #76aebd

%38
%8
%0
%26

Triadic Colors of #76aebd

#76aebd #bd76ae #aebd76

Analogous Colors of #76aebd

#76aebd #768bbd #76bda9

Monochromatic Colors of #76aebd

#76aebd

Complementary Color

#76aebd #bd8576

#76aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aebd Color CSS Codes

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

#76aebd Text Font Color

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

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


#76aebd Background Color

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

This div background color is #76aebd


#76aebd Border Color

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

This div border color is #76aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aebd


Comments

No comments written yet.

Please login to write comment.