Color Hex Logo

#76dcec Color Hex

#76DCEC
(118,220,236)
0 Favorites   0 Comments

Color spaces of #76dcec

RGB 118220236
HSL0.520.760.69
HSV188°50°93°
CMYK 0.500.070.00   0.07
XYZ48.204761.094188.6086
Yxy61.09410.24360.3087
Hunter Lab78.1627-26.6998-12.4998
CIE-Lab82.4293-25.5268-17.0191

#76dcec color RGB value is (118,220,236).

#76dcec hex color red value is 118, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #76dcec hue: 0.52 , saturation: 0.76 and the lightness value of 76dcec is 0.69.

The process color (four color CMYK) of #76dcec color hex is 0.50, 0.07, 0.00, 0.07. Web safe color of #76dcec is #66ccff. Color #76dcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011100 11101100
Octal 166 334 354
Decimal 118 220 236
Hex 76 DC EC

RGB Percentages of Color #76dcec

%20.56
%38.33
%41.11

CMYK Percentages of Color #76dcec

%50
%7
%0
%7

Triadic Colors of #76dcec

#76dcec #ec76dc #dcec76

Analogous Colors of #76dcec

#76dcec #76a1ec #76ecc1

Monochromatic Colors of #76dcec

#76dcec

Complementary Color

#76dcec #ec8676

#76dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dcec Color CSS Codes

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

#76dcec Text Font Color

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

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


#76dcec Background Color

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

This div background color is #76dcec


#76dcec Border Color

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

This div border color is #76dcec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,220,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #76dcec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dcec


Comments

No comments written yet.

Please login to write comment.