Color Hex Logo

#4abaab Color Hex

#4ABAAB
(74,186,171)
0 Favorites   0 Comments

Color spaces of #4abaab

RGB 74186171
HSL0.480.450.51
HSV172°60°73°
CMYK 0.600.000.08   0.27
XYZ27.733639.513944.6933
Yxy39.51390.24780.3530
Hunter Lab62.8601-31.25171.8471
CIE-Lab69.1219-35.2705-1.8741

#4abaab color RGB value is (74,186,171).

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

The process color (four color CMYK) of #4abaab color hex is 0.60, 0.00, 0.08, 0.27. Web safe color of #4abaab is #33cc99. Color #4abaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 10101011
Octal 112 272 253
Decimal 74 186 171
Hex 4A BA AB

RGB Percentages of Color #4abaab

%17.17
%43.16
%39.68

CMYK Percentages of Color #4abaab

%60
%0
%8
%27

Triadic Colors of #4abaab

#4abaab #ab4aba #baab4a

Analogous Colors of #4abaab

#4abaab #4a91ba #4aba73

Monochromatic Colors of #4abaab

#4abaab

Complementary Color

#4abaab #ba4a59

#4abaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abaab Color CSS Codes

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

#4abaab Text Font Color

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

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


#4abaab Background Color

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

This div background color is #4abaab


#4abaab Border Color

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

This div border color is #4abaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abaab


Comments

No comments written yet.

Please login to write comment.