Color Hex Logo

#74aaea Color Hex

#74AAEA
(116,170,234)
0 Favorites   0 Comments

Color spaces of #74aaea

RGB 116170234
HSL0.590.740.69
HSV213°50°92°
CMYK 0.500.270.00   0.08
XYZ36.428538.403083.3344
Yxy38.40300.23030.2428
Hunter Lab61.9702-3.5184-36.3512
CIE-Lab68.3166-0.2404-37.5705

#74aaea color RGB value is (116,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101010 11101010
Octal 164 252 352
Decimal 116 170 234
Hex 74 AA EA

RGB Percentages of Color #74aaea

%22.31
%32.69
%45.00

CMYK Percentages of Color #74aaea

%50
%27
%0
%8

Triadic Colors of #74aaea

#74aaea #ea74aa #aaea74

Analogous Colors of #74aaea

#74aaea #7974ea #74e5ea

Monochromatic Colors of #74aaea

#74aaea

Complementary Color

#74aaea #eab474

#74aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aaea Color CSS Codes

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

#74aaea Text Font Color

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

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


#74aaea Background Color

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

This div background color is #74aaea


#74aaea Border Color

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

This div border color is #74aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aaea


Comments

No comments written yet.

Please login to write comment.