Color Hex Logo

#76aedf Color Hex

#76AEDF
(118,174,223)
0 Favorites   0 Comments

Color spaces of #76aedf

RGB 118174223
HSL0.580.620.67
HSV208°47°87°
CMYK 0.470.220.00   0.13
XYZ35.926539.451475.5334
Yxy39.45140.23810.2614
Hunter Lab62.8103-7.8190-27.3327
CIE-Lab69.0770-5.1941-30.3630

#76aedf color RGB value is (118,174,223).

#76aedf hex color red value is 118, green value is 174 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #76aedf hue: 0.58 , saturation: 0.62 and the lightness value of 76aedf is 0.67.

The process color (four color CMYK) of #76aedf color hex is 0.47, 0.22, 0.00, 0.13. Web safe color of #76aedf is #6699cc. Color #76aedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101110 11011111
Octal 166 256 337
Decimal 118 174 223
Hex 76 AE DF

RGB Percentages of Color #76aedf

%22.91
%33.79
%43.30

CMYK Percentages of Color #76aedf

%47
%22
%0
%13

Triadic Colors of #76aedf

#76aedf #df76ae #aedf76

Analogous Colors of #76aedf

#76aedf #767adf #76dfdc

Monochromatic Colors of #76aedf

#76aedf

Complementary Color

#76aedf #dfa776

#76aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aedf Color CSS Codes

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

#76aedf Text Font Color

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

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


#76aedf Background Color

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

This div background color is #76aedf


#76aedf Border Color

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

This div border color is #76aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aedf


Comments

No comments written yet.

Please login to write comment.