Color Hex Logo

#74aaca Color Hex

#74AACA
(116,170,202)
0 Favorites   0 Comments

Color spaces of #74aaca

RGB 116170202
HSL0.560.450.62
HSV202°43°79°
CMYK 0.430.160.00   0.21
XYZ32.237936.726761.2670
Yxy36.72670.24750.2820
Hunter Lab60.6026-11.1003-17.5183
CIE-Lab67.0715-9.3714-21.8879

#74aaca color RGB value is (116,170,202).

#74aaca hex color red value is 116, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #74aaca hue: 0.56 , saturation: 0.45 and the lightness value of 74aaca is 0.62.

The process color (four color CMYK) of #74aaca color hex is 0.43, 0.16, 0.00, 0.21. Web safe color of #74aaca is #6699cc. Color #74aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101010 11001010
Octal 164 252 312
Decimal 116 170 202
Hex 74 AA CA

RGB Percentages of Color #74aaca

%23.77
%34.84
%41.39

CMYK Percentages of Color #74aaca

%43
%16
%0
%21

Triadic Colors of #74aaca

#74aaca #ca74aa #aaca74

Analogous Colors of #74aaca

#74aaca #747fca #74cabf

Monochromatic Colors of #74aaca

#74aaca

Complementary Color

#74aaca #ca9474

#74aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aaca Color CSS Codes

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

#74aaca Text Font Color

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

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


#74aaca Background Color

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

This div background color is #74aaca


#74aaca Border Color

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

This div border color is #74aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aaca


Comments

No comments written yet.

Please login to write comment.