Color Hex Logo

#76a8ec Color Hex

#76A8EC
(118,168,236)
0 Favorites   0 Comments

Color spaces of #76a8ec

RGB 118168236
HSL0.600.760.69
HSV215°50°93°
CMYK 0.500.290.00   0.07
XYZ36.614237.912984.7450
Yxy37.91290.22990.2380
Hunter Lab61.5735-1.6098-38.5008
CIE-Lab67.95641.9283-39.2181

#76a8ec color RGB value is (118,168,236).

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

The process color (four color CMYK) of #76a8ec color hex is 0.50, 0.29, 0.00, 0.07. Web safe color of #76a8ec is #6699ff. Color #76a8ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101000 11101100
Octal 166 250 354
Decimal 118 168 236
Hex 76 A8 EC

RGB Percentages of Color #76a8ec

%22.61
%32.18
%45.21

CMYK Percentages of Color #76a8ec

%50
%29
%0
%7

Triadic Colors of #76a8ec

#76a8ec #ec76a8 #a8ec76

Analogous Colors of #76a8ec

#76a8ec #7f76ec #76e3ec

Monochromatic Colors of #76a8ec

#76a8ec

Complementary Color

#76a8ec #ecba76

#76a8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76a8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#76a8ec Color CSS Codes

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

#76a8ec Text Font Color

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

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


#76a8ec Background Color

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

This div background color is #76a8ec


#76a8ec Border Color

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

This div border color is #76a8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76a8ec


Comments

No comments written yet.

Please login to write comment.