Color Hex Logo

#74acf4 Color Hex

#74ACF4
(116,172,244)
0 Favorites   0 Comments

Color spaces of #74acf4

RGB 116172244
HSL0.590.850.71
HSV214°52°96°
CMYK 0.520.300.00   0.04
XYZ38.284139.749791.2426
Yxy39.74970.22620.2348
Hunter Lab63.0474-1.9428-41.6718
CIE-Lab69.29091.6250-41.5037

#74acf4 color RGB value is (116,172,244).

#74acf4 hex color red value is 116, green value is 172 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #74acf4 hue: 0.59 , saturation: 0.85 and the lightness value of 74acf4 is 0.71.

The process color (four color CMYK) of #74acf4 color hex is 0.52, 0.30, 0.00, 0.04. Web safe color of #74acf4 is #6699ff. Color #74acf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101100 11110100
Octal 164 254 364
Decimal 116 172 244
Hex 74 AC F4

RGB Percentages of Color #74acf4

%21.80
%32.33
%45.86

CMYK Percentages of Color #74acf4

%52
%30
%0
%4

Triadic Colors of #74acf4

#74acf4 #f474ac #acf474

Analogous Colors of #74acf4

#74acf4 #7c74f4 #74ecf4

Monochromatic Colors of #74acf4

#74acf4

Complementary Color

#74acf4 #f4bc74

#74acf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74acf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74acf4 Color CSS Codes

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

#74acf4 Text Font Color

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

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


#74acf4 Background Color

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

This div background color is #74acf4


#74acf4 Border Color

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

This div border color is #74acf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74acf4


Comments

No comments written yet.

Please login to write comment.