Color Hex Logo

#4abbab Color Hex

#4ABBAB
(74,187,171)
0 Favorites   0 Comments

Color spaces of #4abbab

RGB 74187171
HSL0.480.450.51
HSV172°60°73°
CMYK 0.600.000.09   0.27
XYZ27.945039.936844.7638
Yxy39.93680.24810.3545
Hunter Lab63.1956-31.65982.2396
CIE-Lab69.4245-35.7343-1.4305

#4abbab color RGB value is (74,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111011 10101011
Octal 112 273 253
Decimal 74 187 171
Hex 4A BB AB

RGB Percentages of Color #4abbab

%17.13
%43.29
%39.58

CMYK Percentages of Color #4abbab

%60
%0
%9
%27

Triadic Colors of #4abbab

#4abbab #ab4abb #bbab4a

Analogous Colors of #4abbab

#4abbab #4a93bb #4abb73

Monochromatic Colors of #4abbab

#4abbab

Complementary Color

#4abbab #bb4a5a

#4abbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abbab Color CSS Codes

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

#4abbab Text Font Color

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

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


#4abbab Background Color

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

This div background color is #4abbab


#4abbab Border Color

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

This div border color is #4abbab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,187,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 #4abbab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abbab


Comments

No comments written yet.

Please login to write comment.