Color Hex Logo

#4abfac Color Hex

#4ABFAC
(74,191,172)
0 Favorites   0 Comments

Color spaces of #4abfac

RGB 74191172
HSL0.470.480.52
HSV170°61°75°
CMYK 0.610.000.10   0.25
XYZ28.901241.696045.5546
Yxy41.69600.24880.3590
Hunter Lab64.5724-33.10913.3728
CIE-Lab70.6608-37.3137-0.1696

#4abfac color RGB value is (74,191,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 10101100
Octal 112 277 254
Decimal 74 191 172
Hex 4A BF AC

RGB Percentages of Color #4abfac

%16.93
%43.71
%39.36

CMYK Percentages of Color #4abfac

%61
%0
%10
%25

Triadic Colors of #4abfac

#4abfac #ac4abf #bfac4a

Analogous Colors of #4abfac

#4abfac #4a98bf #4abf72

Monochromatic Colors of #4abfac

#4abfac

Complementary Color

#4abfac #bf4a5d

#4abfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abfac Color CSS Codes

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

#4abfac Text Font Color

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

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


#4abfac Background Color

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

This div background color is #4abfac


#4abfac Border Color

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

This div border color is #4abfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abfac


Comments

No comments written yet.

Please login to write comment.