Color Hex Logo

#76abef Color Hex

#76ABEF
(118,171,239)
0 Favorites   0 Comments

Color spaces of #76abef

RGB 118171239
HSL0.590.790.70
HSV214°51°94°
CMYK 0.510.280.00   0.06
XYZ37.614139.209487.2470
Yxy39.20940.22930.2390
Hunter Lab62.6174-2.3560-38.7786
CIE-Lab68.90271.1315-39.3795

#76abef color RGB value is (118,171,239).

#76abef hex color red value is 118, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #76abef hue: 0.59 , saturation: 0.79 and the lightness value of 76abef is 0.70.

The process color (four color CMYK) of #76abef color hex is 0.51, 0.28, 0.00, 0.06. Web safe color of #76abef is #6699ff. Color #76abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101011 11101111
Octal 166 253 357
Decimal 118 171 239
Hex 76 AB EF

RGB Percentages of Color #76abef

%22.35
%32.39
%45.27

CMYK Percentages of Color #76abef

%51
%28
%0
%6

Triadic Colors of #76abef

#76abef #ef76ab #abef76

Analogous Colors of #76abef

#76abef #7e76ef #76e8ef

Monochromatic Colors of #76abef

#76abef

Complementary Color

#76abef #efba76

#76abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#76abef Color CSS Codes

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

#76abef Text Font Color

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

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


#76abef Background Color

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

This div background color is #76abef


#76abef Border Color

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

This div border color is #76abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76abef


Comments

No comments written yet.

Please login to write comment.