Color Hex Logo

#76c7de Color Hex

#76C7DE
(118,199,222)
0 Favorites   0 Comments

Color spaces of #76c7de

RGB 118199222
HSL0.540.610.67
HSV193°47°87°
CMYK 0.470.100.00   0.13
XYZ41.079549.972376.5877
Yxy49.97230.24500.2981
Hunter Lab70.6911-19.9808-14.7518
CIE-Lab76.0523-18.7418-19.1566

#76c7de color RGB value is (118,199,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11000111 11011110
Octal 166 307 336
Decimal 118 199 222
Hex 76 C7 DE

RGB Percentages of Color #76c7de

%21.89
%36.92
%41.19

CMYK Percentages of Color #76c7de

%47
%10
%0
%13

Triadic Colors of #76c7de

#76c7de #de76c7 #c7de76

Analogous Colors of #76c7de

#76c7de #7693de #76dec1

Monochromatic Colors of #76c7de

#76c7de

Complementary Color

#76c7de #de8d76

#76c7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76c7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#76c7de Color CSS Codes

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

#76c7de Text Font Color

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

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


#76c7de Background Color

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

This div background color is #76c7de


#76c7de Border Color

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

This div border color is #76c7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76c7de


Comments

No comments written yet.

Please login to write comment.