Color Hex Logo

#76ccdb Color Hex

#76CCDB
(118,204,219)
0 Favorites   0 Comments

Color spaces of #76ccdb

RGB 118204219
HSL0.520.580.66
HSV189°46°86°
CMYK 0.460.070.00   0.14
XYZ41.850352.151874.8784
Yxy52.15180.24780.3088
Hunter Lab72.2162-22.9351-10.9243
CIE-Lab77.3715-22.0784-15.5488

#76ccdb color RGB value is (118,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001100 11011011
Octal 166 314 333
Decimal 118 204 219
Hex 76 CC DB

RGB Percentages of Color #76ccdb

%21.81
%37.71
%40.48

CMYK Percentages of Color #76ccdb

%46
%7
%0
%14

Triadic Colors of #76ccdb

#76ccdb #db76cc #ccdb76

Analogous Colors of #76ccdb

#76ccdb #769adb #76dbb8

Monochromatic Colors of #76ccdb

#76ccdb

Complementary Color

#76ccdb #db8576

#76ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ccdb Color CSS Codes

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

#76ccdb Text Font Color

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

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


#76ccdb Background Color

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

This div background color is #76ccdb


#76ccdb Border Color

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

This div border color is #76ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ccdb


Comments

No comments written yet.

Please login to write comment.