Color Hex Logo

#76c9db Color Hex

#76C9DB
(118,201,219)
0 Favorites   0 Comments

Color spaces of #76c9db

RGB 118201219
HSL0.530.580.66
HSV191°46°86°
CMYK 0.460.080.00   0.14
XYZ41.144050.739374.6430
Yxy50.73930.24710.3047
Hunter Lab71.2315-21.5519-12.2675
CIE-Lab76.5208-20.5637-16.8303

#76c9db color RGB value is (118,201,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001001 11011011
Octal 166 311 333
Decimal 118 201 219
Hex 76 C9 DB

RGB Percentages of Color #76c9db

%21.93
%37.36
%40.71

CMYK Percentages of Color #76c9db

%46
%8
%0
%14

Triadic Colors of #76c9db

#76c9db #db76c9 #c9db76

Analogous Colors of #76c9db

#76c9db #7697db #76dbbb

Monochromatic Colors of #76c9db

#76c9db

Complementary Color

#76c9db #db8876

#76c9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76c9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#76c9db Color CSS Codes

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

#76c9db Text Font Color

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

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


#76c9db Background Color

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

This div background color is #76c9db


#76c9db Border Color

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

This div border color is #76c9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76c9db


Comments

No comments written yet.

Please login to write comment.