Color Hex Logo

#4a8aac Color Hex

#4A8AAC
(74,138,172)
0 Favorites   0 Comments

Color spaces of #4a8aac

RGB 74138172
HSL0.560.400.48
HSV201°57°67°
CMYK 0.570.200.00   0.33
XYZ19.358922.611442.3738
Yxy22.61140.22950.2681
Hunter Lab47.5514-10.5450-19.5482
CIE-Lab54.6698-10.4283-24.1744

#4a8aac color RGB value is (74,138,172).

#4a8aac hex color red value is 74, green value is 138 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4a8aac hue: 0.56 , saturation: 0.40 and the lightness value of 4a8aac is 0.48.

The process color (four color CMYK) of #4a8aac color hex is 0.57, 0.20, 0.00, 0.33. Web safe color of #4a8aac is #339999. Color #4a8aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10001010 10101100
Octal 112 212 254
Decimal 74 138 172
Hex 4A 8A AC

RGB Percentages of Color #4a8aac

%19.27
%35.94
%44.79

CMYK Percentages of Color #4a8aac

%57
%20
%0
%33

Triadic Colors of #4a8aac

#4a8aac #ac4a8a #8aac4a

Analogous Colors of #4a8aac

#4a8aac #4a59ac #4aac9d

Monochromatic Colors of #4a8aac

#4a8aac

Complementary Color

#4a8aac #ac6c4a

#4a8aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a8aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a8aac Color CSS Codes

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

#4a8aac Text Font Color

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

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


#4a8aac Background Color

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

This div background color is #4a8aac


#4a8aac Border Color

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

This div border color is #4a8aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a8aac


Comments

No comments written yet.

Please login to write comment.