Color Hex Logo

#76dade Color Hex

#76DADE
(118,218,222)
0 Favorites   0 Comments

Color spaces of #76dade

RGB 118218222
HSL0.510.610.67
HSV182°47°87°
CMYK 0.470.020.00   0.13
XYZ45.727459.268378.1371
Yxy59.26830.24970.3236
Hunter Lab76.9859-28.7015-6.2864
CIE-Lab81.4388-28.2086-11.0608

#76dade color RGB value is (118,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011010 11011110
Octal 166 332 336
Decimal 118 218 222
Hex 76 DA DE

RGB Percentages of Color #76dade

%21.15
%39.07
%39.78

CMYK Percentages of Color #76dade

%47
%2
%0
%13

Triadic Colors of #76dade

#76dade #de76da #dade76

Analogous Colors of #76dade

#76dade #76a6de #76deae

Monochromatic Colors of #76dade

#76dade

Complementary Color

#76dade #de7a76

#76dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dade Color CSS Codes

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

#76dade Text Font Color

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

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


#76dade Background Color

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

This div background color is #76dade


#76dade Border Color

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

This div border color is #76dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dade


Comments

No comments written yet.

Please login to write comment.