Color Hex Logo

#76aeec Color Hex

#76AEEC
(118,174,236)
0 Favorites   0 Comments

Color spaces of #76aeec

RGB 118174236
HSL0.590.760.69
HSV212°50°93°
CMYK 0.500.260.00   0.07
XYZ37.747640.179885.1228
Yxy40.17980.23150.2464
Hunter Lab63.3875-4.6305-35.2490
CIE-Lab69.5974-1.4292-36.6617

#76aeec color RGB value is (118,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101110 11101100
Octal 166 256 354
Decimal 118 174 236
Hex 76 AE EC

RGB Percentages of Color #76aeec

%22.35
%32.95
%44.70

CMYK Percentages of Color #76aeec

%50
%26
%0
%7

Triadic Colors of #76aeec

#76aeec #ec76ae #aeec76

Analogous Colors of #76aeec

#76aeec #7976ec #76e9ec

Monochromatic Colors of #76aeec

#76aeec

Complementary Color

#76aeec #ecb476

#76aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aeec Color CSS Codes

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

#76aeec Text Font Color

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

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


#76aeec Background Color

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

This div background color is #76aeec


#76aeec Border Color

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

This div border color is #76aeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aeec


Comments

No comments written yet.

Please login to write comment.