Color Hex Logo

#4abcaa Color Hex

#4ABCAA
(74,188,170)
0 Favorites   0 Comments

Color spaces of #4abcaa

RGB 74188170
HSL0.470.460.51
HSV171°61°74°
CMYK 0.610.000.10   0.26
XYZ28.063040.324644.3346
Yxy40.32460.24900.3577
Hunter Lab63.5017-32.24423.0570
CIE-Lab69.7001-36.4550-0.4785

#4abcaa color RGB value is (74,188,170).

#4abcaa hex color red value is 74, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4abcaa hue: 0.47 , saturation: 0.46 and the lightness value of 4abcaa is 0.51.

The process color (four color CMYK) of #4abcaa color hex is 0.61, 0.00, 0.10, 0.26. Web safe color of #4abcaa is #33cc99. Color #4abcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 10101010
Octal 112 274 252
Decimal 74 188 170
Hex 4A BC AA

RGB Percentages of Color #4abcaa

%17.13
%43.52
%39.35

CMYK Percentages of Color #4abcaa

%61
%0
%10
%26

Triadic Colors of #4abcaa

#4abcaa #aa4abc #bcaa4a

Analogous Colors of #4abcaa

#4abcaa #4a95bc #4abc71

Monochromatic Colors of #4abcaa

#4abcaa

Complementary Color

#4abcaa #bc4a5c

#4abcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abcaa Color CSS Codes

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

#4abcaa Text Font Color

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

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


#4abcaa Background Color

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

This div background color is #4abcaa


#4abcaa Border Color

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

This div border color is #4abcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abcaa


Comments

No comments written yet.

Please login to write comment.