Color Hex Logo

#76aede Color Hex

#76AEDE
(118,174,222)
0 Favorites   0 Comments

Color spaces of #76aede

RGB 118174222
HSL0.580.610.67
HSV208°47°87°
CMYK 0.470.220.00   0.13
XYZ35.792139.397674.8253
Yxy39.39760.23860.2626
Hunter Lab62.7675-8.0566-26.7425
CIE-Lab69.0383-5.4787-29.8747

#76aede color RGB value is (118,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101110 11011110
Octal 166 256 336
Decimal 118 174 222
Hex 76 AE DE

RGB Percentages of Color #76aede

%22.96
%33.85
%43.19

CMYK Percentages of Color #76aede

%47
%22
%0
%13

Triadic Colors of #76aede

#76aede #de76ae #aede76

Analogous Colors of #76aede

#76aede #767ade #76deda

Monochromatic Colors of #76aede

#76aede

Complementary Color

#76aede #dea676

#76aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aede Color CSS Codes

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

#76aede Text Font Color

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

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


#76aede Background Color

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

This div background color is #76aede


#76aede Border Color

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

This div border color is #76aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aede


Comments

No comments written yet.

Please login to write comment.