Color Hex Logo

#4aacb9 Color Hex

#4AACB9
(74,172,185)
0 Favorites   0 Comments

Color spaces of #4aacb9

RGB 74172185
HSL0.520.440.51
HSV187°60°73°
CMYK 0.600.070.00   0.27
XYZ26.333534.463751.1632
Yxy34.46370.23520.3078
Hunter Lab58.7058-22.6659-10.5783
CIE-Lab65.3290-24.5991-15.2653

#4aacb9 color RGB value is (74,172,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101100 10111001
Octal 112 254 271
Decimal 74 172 185
Hex 4A AC B9

RGB Percentages of Color #4aacb9

%17.17
%39.91
%42.92

CMYK Percentages of Color #4aacb9

%60
%7
%0
%27

Triadic Colors of #4aacb9

#4aacb9 #b94aac #acb94a

Analogous Colors of #4aacb9

#4aacb9 #4a75b9 #4ab98f

Monochromatic Colors of #4aacb9

#4aacb9

Complementary Color

#4aacb9 #b9574a

#4aacb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aacb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aacb9 Color CSS Codes

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

#4aacb9 Text Font Color

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

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


#4aacb9 Background Color

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

This div background color is #4aacb9


#4aacb9 Border Color

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

This div border color is #4aacb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aacb9


Comments

No comments written yet.

Please login to write comment.