Color Hex Logo

#76afda Color Hex

#76AFDA
(118,175,218)
0 Favorites   0 Comments

Color spaces of #76afda

RGB 118175218
HSL0.570.570.66
HSV206°46°85°
CMYK 0.460.200.00   0.15
XYZ35.456139.573572.0994
Yxy39.57350.24100.2690
Hunter Lab62.9075-9.4814-23.9181
CIE-Lab69.1647-7.1568-27.4870

#76afda color RGB value is (118,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101111 11011010
Octal 166 257 332
Decimal 118 175 218
Hex 76 AF DA

RGB Percentages of Color #76afda

%23.09
%34.25
%42.66

CMYK Percentages of Color #76afda

%46
%20
%0
%15

Triadic Colors of #76afda

#76afda #da76af #afda76

Analogous Colors of #76afda

#76afda #767dda #76dad3

Monochromatic Colors of #76afda

#76afda

Complementary Color

#76afda #daa176

#76afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#76afda Color CSS Codes

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

#76afda Text Font Color

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

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


#76afda Background Color

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

This div background color is #76afda


#76afda Border Color

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

This div border color is #76afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76afda


Comments

No comments written yet.

Please login to write comment.