Color Hex Logo

#74acea Color Hex

#74ACEA
(116,172,234)
0 Favorites   0 Comments

Color spaces of #74acea

RGB 116172234
HSL0.590.740.69
HSV212°50°92°
CMYK 0.500.260.00   0.08
XYZ36.806339.158683.4604
Yxy39.15860.23090.2456
Hunter Lab62.5768-4.5197-35.2729
CIE-Lab68.8660-1.3573-36.7154

#74acea color RGB value is (116,172,234).

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

The process color (four color CMYK) of #74acea color hex is 0.50, 0.26, 0.00, 0.08. Web safe color of #74acea is #6699ff. Color #74acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101100 11101010
Octal 164 254 352
Decimal 116 172 234
Hex 74 AC EA

RGB Percentages of Color #74acea

%22.22
%32.95
%44.83

CMYK Percentages of Color #74acea

%50
%26
%0
%8

Triadic Colors of #74acea

#74acea #ea74ac #acea74

Analogous Colors of #74acea

#74acea #7774ea #74e7ea

Monochromatic Colors of #74acea

#74acea

Complementary Color

#74acea #eab274

#74acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#74acea Color CSS Codes

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

#74acea Text Font Color

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

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


#74acea Background Color

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

This div background color is #74acea


#74acea Border Color

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

This div border color is #74acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74acea


Comments

No comments written yet.

Please login to write comment.