Color Hex Logo

#76badf Color Hex

#76BADF
(118,186,223)
0 Favorites   0 Comments

Color spaces of #76badf

RGB 118186223
HSL0.560.620.67
HSV201°47°87°
CMYK 0.470.170.00   0.13
XYZ38.349444.297176.3410
Yxy44.29710.24120.2786
Hunter Lab66.5561-13.6220-21.4174
CIE-Lab72.4266-11.6814-25.2165

#76badf color RGB value is (118,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111010 11011111
Octal 166 272 337
Decimal 118 186 223
Hex 76 BA DF

RGB Percentages of Color #76badf

%22.39
%35.29
%42.31

CMYK Percentages of Color #76badf

%47
%17
%0
%13

Triadic Colors of #76badf

#76badf #df76ba #badf76

Analogous Colors of #76badf

#76badf #7686df #76dfd0

Monochromatic Colors of #76badf

#76badf

Complementary Color

#76badf #df9b76

#76badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76badf Color CSS Codes

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

#76badf Text Font Color

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

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


#76badf Background Color

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

This div background color is #76badf


#76badf Border Color

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

This div border color is #76badf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76badf


Comments

No comments written yet.

Please login to write comment.