Color Hex Logo

#76abfb Color Hex

#76ABFB
(118,171,251)
0 Favorites   0 Comments

Color spaces of #76abfb

RGB 118171251
HSL0.600.940.72
HSV216°53°98°
CMYK 0.530.320.00   0.02
XYZ39.446739.942496.8974
Yxy39.94240.22380.2266
Hunter Lab63.20000.8120-46.6626
CIE-Lab69.42854.7325-45.0839

#76abfb color RGB value is (118,171,251).

#76abfb hex color red value is 118, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #76abfb hue: 0.60 , saturation: 0.94 and the lightness value of 76abfb is 0.72.

The process color (four color CMYK) of #76abfb color hex is 0.53, 0.32, 0.00, 0.02. Web safe color of #76abfb is #6699ff. Color #76abfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101011 11111011
Octal 166 253 373
Decimal 118 171 251
Hex 76 AB FB

RGB Percentages of Color #76abfb

%21.85
%31.67
%46.48

CMYK Percentages of Color #76abfb

%53
%32
%0
%2

Triadic Colors of #76abfb

#76abfb #fb76ab #abfb76

Analogous Colors of #76abfb

#76abfb #8476fb #76eefb

Monochromatic Colors of #76abfb

#76abfb

Complementary Color

#76abfb #fbc676

#76abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76abfb Color CSS Codes

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

#76abfb Text Font Color

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

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


#76abfb Background Color

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

This div background color is #76abfb


#76abfb Border Color

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

This div border color is #76abfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76abfb


Comments

No comments written yet.

Please login to write comment.