Color Hex Logo

#4aabb3 Color Hex

#4AABB3
(74,171,179)
0 Favorites   0 Comments

Color spaces of #4aabb3

RGB 74171179
HSL0.510.420.50
HSV185°59°70°
CMYK 0.590.040.00   0.30
XYZ25.523633.836347.8337
Yxy33.83630.23810.3157
Hunter Lab58.1690-23.4728-8.0373
CIE-Lab64.8324-25.8353-12.6726

#4aabb3 color RGB value is (74,171,179).

#4aabb3 hex color red value is 74, green value is 171 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #4aabb3 hue: 0.51 , saturation: 0.42 and the lightness value of 4aabb3 is 0.50.

The process color (four color CMYK) of #4aabb3 color hex is 0.59, 0.04, 0.00, 0.30. Web safe color of #4aabb3 is #3399cc. Color #4aabb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 10110011
Octal 112 253 263
Decimal 74 171 179
Hex 4A AB B3

RGB Percentages of Color #4aabb3

%17.45
%40.33
%42.22

CMYK Percentages of Color #4aabb3

%59
%4
%0
%30

Triadic Colors of #4aabb3

#4aabb3 #b34aab #abb34a

Analogous Colors of #4aabb3

#4aabb3 #4a77b3 #4ab387

Monochromatic Colors of #4aabb3

#4aabb3

Complementary Color

#4aabb3 #b3524a

#4aabb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aabb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aabb3 Color CSS Codes

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

#4aabb3 Text Font Color

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

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


#4aabb3 Background Color

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

This div background color is #4aabb3


#4aabb3 Border Color

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

This div border color is #4aabb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aabb3


Comments

No comments written yet.

Please login to write comment.