Color Hex Logo

#4aaaba Color Hex

#4AAABA
(74,170,186)
0 Favorites   0 Comments

Color spaces of #4aaaba

RGB 74170186
HSL0.520.450.51
HSV189°60°73°
CMYK 0.600.090.00   0.27
XYZ26.061733.750551.5953
Yxy33.75050.23390.3029
Hunter Lab58.0952-21.5908-11.9898
CIE-Lab64.7640-23.2894-16.6758

#4aaaba color RGB value is (74,170,186).

#4aaaba hex color red value is 74, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4aaaba hue: 0.52 , saturation: 0.45 and the lightness value of 4aaaba is 0.51.

The process color (four color CMYK) of #4aaaba color hex is 0.60, 0.09, 0.00, 0.27. Web safe color of #4aaaba is #3399cc. Color #4aaaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101010 10111010
Octal 112 252 272
Decimal 74 170 186
Hex 4A AA BA

RGB Percentages of Color #4aaaba

%17.21
%39.53
%43.26

CMYK Percentages of Color #4aaaba

%60
%9
%0
%27

Triadic Colors of #4aaaba

#4aaaba #ba4aaa #aaba4a

Analogous Colors of #4aaaba

#4aaaba #4a72ba #4aba92

Monochromatic Colors of #4aaaba

#4aaaba

Complementary Color

#4aaaba #ba5a4a

#4aaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaaba Color CSS Codes

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

#4aaaba Text Font Color

<p style="color:#4aaaba">Text here</p>

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


#4aaaba Background Color

<div style="background-color:#4aaaba">
Div content here</div>

This div background color is #4aaaba


#4aaaba Border Color

<div style="border:3px solid #4aaaba">
Div here</div>

This div border color is #4aaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaaba


Comments

No comments written yet.

Please login to write comment.