Color Hex Logo

#79acfc Color Hex

#79ACFC
(121,172,252)
0 Favorites   0 Comments

Color spaces of #79acfc

RGB 121172252
HSL0.600.960.73
HSV217°52°99°
CMYK 0.520.320.00   0.01
XYZ40.208440.598397.8125
Yxy40.59830.22510.2273
Hunter Lab63.71681.1378-46.4151
CIE-Lab69.89365.1131-44.8858

#79acfc color RGB value is (121,172,252).

#79acfc hex color red value is 121, green value is 172 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #79acfc hue: 0.60 , saturation: 0.96 and the lightness value of 79acfc is 0.73.

The process color (four color CMYK) of #79acfc color hex is 0.52, 0.32, 0.00, 0.01. Web safe color of #79acfc is #6699ff. Color #79acfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101100 11111100
Octal 171 254 374
Decimal 121 172 252
Hex 79 AC FC

RGB Percentages of Color #79acfc

%22.20
%31.56
%46.24

CMYK Percentages of Color #79acfc

%52
%32
%0
%1

Triadic Colors of #79acfc

#79acfc #fc79ac #acfc79

Analogous Colors of #79acfc

#79acfc #8879fc #79eefc

Monochromatic Colors of #79acfc

#79acfc

Complementary Color

#79acfc #fcc979

#79acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79acfc Color CSS Codes

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

#79acfc Text Font Color

<p style="color:#79acfc">Text here</p>

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


#79acfc Background Color

<div style="background-color:#79acfc">
Div content here</div>

This div background color is #79acfc


#79acfc Border Color

<div style="border:3px solid #79acfc">
Div here</div>

This div border color is #79acfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,172,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79acfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79acfc;
  -webkit-box-shadow: 1px 1px 3px 2px #79acfc;
  box-shadow:         1px 1px 3px 2px #79acfc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79acfc

Related Colors


Comments

No comments written yet.

Please login to write comment.