Color Hex Logo

#4abcac Color Hex

#4ABCAC
(74,188,172)
0 Favorites   0 Comments

Color spaces of #4abcac

RGB 74188172
HSL0.480.460.51
HSV172°61°74°
CMYK 0.610.000.09   0.26
XYZ28.253740.400845.3387
Yxy40.40080.24790.3544
Hunter Lab63.5616-31.88802.2014
CIE-Lab69.7541-35.9351-1.4963

#4abcac color RGB value is (74,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 10101100
Octal 112 274 254
Decimal 74 188 172
Hex 4A BC AC

RGB Percentages of Color #4abcac

%17.05
%43.32
%39.63

CMYK Percentages of Color #4abcac

%61
%0
%9
%26

Triadic Colors of #4abcac

#4abcac #ac4abc #bcac4a

Analogous Colors of #4abcac

#4abcac #4a93bc #4abc73

Monochromatic Colors of #4abcac

#4abcac

Complementary Color

#4abcac #bc4a5a

#4abcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abcac Color CSS Codes

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

#4abcac Text Font Color

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

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


#4abcac Background Color

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

This div background color is #4abcac


#4abcac Border Color

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

This div border color is #4abcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abcac


Comments

No comments written yet.

Please login to write comment.