Color Hex Logo

#76aedb Color Hex

#76AEDB
(118,174,219)
0 Favorites   0 Comments

Color spaces of #76aedb

RGB 118174219
HSL0.570.580.66
HSV207°46°86°
CMYK 0.460.210.00   0.14
XYZ35.393439.238172.7261
Yxy39.23810.24020.2663
Hunter Lab62.6403-8.7635-24.9881
CIE-Lab68.9234-6.3291-28.4067

#76aedb color RGB value is (118,174,219).

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

The process color (four color CMYK) of #76aedb color hex is 0.46, 0.21, 0.00, 0.14. Web safe color of #76aedb is #6699cc. Color #76aedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101110 11011011
Octal 166 256 333
Decimal 118 174 219
Hex 76 AE DB

RGB Percentages of Color #76aedb

%23.09
%34.05
%42.86

CMYK Percentages of Color #76aedb

%46
%21
%0
%14

Triadic Colors of #76aedb

#76aedb #db76ae #aedb76

Analogous Colors of #76aedb

#76aedb #767cdb #76dbd6

Monochromatic Colors of #76aedb

#76aedb

Complementary Color

#76aedb #dba376

#76aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aedb Color CSS Codes

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

#76aedb Text Font Color

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

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


#76aedb Background Color

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

This div background color is #76aedb


#76aedb Border Color

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

This div border color is #76aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aedb


Comments

No comments written yet.

Please login to write comment.