Color Hex Logo

#76acfa Color Hex

#76ACFA
(118,172,250)
0 Favorites   0 Comments

Color spaces of #76acfa

RGB 118172250
HSL0.600.930.72
HSV215°53°98°
CMYK 0.530.310.00   0.02
XYZ39.479140.258796.1324
Yxy40.25870.22450.2289
Hunter Lab63.44970.0275-45.4152
CIE-Lab69.65343.8651-44.1886

#76acfa color RGB value is (118,172,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101100 11111010
Octal 166 254 372
Decimal 118 172 250
Hex 76 AC FA

RGB Percentages of Color #76acfa

%21.85
%31.85
%46.30

CMYK Percentages of Color #76acfa

%53
%31
%0
%2

Triadic Colors of #76acfa

#76acfa #fa76ac #acfa76

Analogous Colors of #76acfa

#76acfa #8276fa #76eefa

Monochromatic Colors of #76acfa

#76acfa

Complementary Color

#76acfa #fac476

#76acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76acfa Color CSS Codes

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

#76acfa Text Font Color

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

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


#76acfa Background Color

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

This div background color is #76acfa


#76acfa Border Color

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

This div border color is #76acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76acfa

Related Colors


Comments

No comments written yet.

Please login to write comment.