Color Hex Logo

#74acfa Color Hex

#74ACFA
(116,172,250)
0 Favorites   0 Comments

Color spaces of #74acfa

RGB 116172250
HSL0.600.930.72
HSV215°54°98°
CMYK 0.540.310.00   0.02
XYZ39.210340.120296.1198
Yxy40.12020.22350.2287
Hunter Lab63.3405-0.3473-45.6348
CIE-Lab69.55513.4404-44.3497

#74acfa color RGB value is (116,172,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101100 11111010
Octal 164 254 372
Decimal 116 172 250
Hex 74 AC FA

RGB Percentages of Color #74acfa

%21.56
%31.97
%46.47

CMYK Percentages of Color #74acfa

%54
%31
%0
%2

Triadic Colors of #74acfa

#74acfa #fa74ac #acfa74

Analogous Colors of #74acfa

#74acfa #7f74fa #74effa

Monochromatic Colors of #74acfa

#74acfa

Complementary Color

#74acfa #fac274

#74acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74acfa Color CSS Codes

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

#74acfa Text Font Color

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

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


#74acfa Background Color

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

This div background color is #74acfa


#74acfa Border Color

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

This div border color is #74acfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,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 #74acfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74acfa


Comments

No comments written yet.

Please login to write comment.