Color Hex Logo

#76baec Color Hex

#76BAEC
(118,186,236)
0 Favorites   0 Comments

Color spaces of #76baec

RGB 118186236
HSL0.570.760.69
HSV205°50°93°
CMYK 0.500.210.00   0.07
XYZ40.170445.025585.9305
Yxy45.02550.23470.2631
Hunter Lab67.1010-10.5668-28.9568
CIE-Lab72.9087-8.0014-31.5335

#76baec color RGB value is (118,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111010 11101100
Octal 166 272 354
Decimal 118 186 236
Hex 76 BA EC

RGB Percentages of Color #76baec

%21.85
%34.44
%43.70

CMYK Percentages of Color #76baec

%50
%21
%0
%7

Triadic Colors of #76baec

#76baec #ec76ba #baec76

Analogous Colors of #76baec

#76baec #767fec #76ece3

Monochromatic Colors of #76baec

#76baec

Complementary Color

#76baec #eca876

#76baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#76baec Color CSS Codes

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

#76baec Text Font Color

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

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


#76baec Background Color

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

This div background color is #76baec


#76baec Border Color

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

This div border color is #76baec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76baec


Comments

No comments written yet.

Please login to write comment.