Color Hex Logo

#76abed Color Hex

#76ABED
(118,171,237)
0 Favorites   0 Comments

Color spaces of #76abed

RGB 118171237
HSL0.590.770.70
HSV213°50°93°
CMYK 0.500.280.00   0.07
XYZ37.320239.091885.6993
Yxy39.09180.23020.2411
Hunter Lab62.5234-2.8695-37.5009
CIE-Lab68.81770.5391-38.4210

#76abed color RGB value is (118,171,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101011 11101101
Octal 166 253 355
Decimal 118 171 237
Hex 76 AB ED

RGB Percentages of Color #76abed

%22.43
%32.51
%45.06

CMYK Percentages of Color #76abed

%50
%28
%0
%7

Triadic Colors of #76abed

#76abed #ed76ab #abed76

Analogous Colors of #76abed

#76abed #7d76ed #76e7ed

Monochromatic Colors of #76abed

#76abed

Complementary Color

#76abed #edb876

#76abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#76abed Color CSS Codes

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

#76abed Text Font Color

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

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


#76abed Background Color

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

This div background color is #76abed


#76abed Border Color

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

This div border color is #76abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76abed


Comments

No comments written yet.

Please login to write comment.