Color Hex Logo

#76badb Color Hex

#76BADB
(118,186,219)
0 Favorites   0 Comments

Color spaces of #76badb

RGB 118186219
HSL0.550.580.66
HSV200°46°86°
CMYK 0.460.150.00   0.14
XYZ37.816344.083873.5337
Yxy44.08380.24330.2836
Hunter Lab66.3956-14.5259-19.1872
CIE-Lab72.2845-12.7886-23.2564

#76badb color RGB value is (118,186,219).

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

The process color (four color CMYK) of #76badb color hex is 0.46, 0.15, 0.00, 0.14. Web safe color of #76badb is #66cccc. Color #76badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111010 11011011
Octal 166 272 333
Decimal 118 186 219
Hex 76 BA DB

RGB Percentages of Color #76badb

%22.56
%35.56
%41.87

CMYK Percentages of Color #76badb

%46
%15
%0
%14

Triadic Colors of #76badb

#76badb #db76ba #badb76

Analogous Colors of #76badb

#76badb #7688db #76dbca

Monochromatic Colors of #76badb

#76badb

Complementary Color

#76badb #db9776

#76badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76badb Color CSS Codes

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

#76badb Text Font Color

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

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


#76badb Background Color

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

This div background color is #76badb


#76badb Border Color

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

This div border color is #76badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76badb


Comments

No comments written yet.

Please login to write comment.