Color Hex Logo

#76bade Color Hex

#76BADE
(118,186,222)
0 Favorites   0 Comments

Color spaces of #76bade

RGB 118186222
HSL0.560.610.67
HSV201°47°87°
CMYK 0.470.160.00   0.13
XYZ38.214944.243375.6329
Yxy44.24330.24170.2799
Hunter Lab66.5156-13.8496-20.8559
CIE-Lab72.3908-11.9594-24.7272

#76bade color RGB value is (118,186,222).

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

The process color (four color CMYK) of #76bade color hex is 0.47, 0.16, 0.00, 0.13. Web safe color of #76bade is #66cccc. Color #76bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111010 11011110
Octal 166 272 336
Decimal 118 186 222
Hex 76 BA DE

RGB Percentages of Color #76bade

%22.43
%35.36
%42.21

CMYK Percentages of Color #76bade

%47
%16
%0
%13

Triadic Colors of #76bade

#76bade #de76ba #bade76

Analogous Colors of #76bade

#76bade #7686de #76dece

Monochromatic Colors of #76bade

#76bade

Complementary Color

#76bade #de9a76

#76bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bade Color CSS Codes

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

#76bade Text Font Color

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

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


#76bade Background Color

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

This div background color is #76bade


#76bade Border Color

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

This div border color is #76bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bade


Comments

No comments written yet.

Please login to write comment.