Color Hex Logo

#4abaaf Color Hex

#4ABAAF
(74,186,175)
0 Favorites   0 Comments

Color spaces of #4abaaf

RGB 74186175
HSL0.480.450.51
HSV174°60°73°
CMYK 0.600.000.06   0.27
XYZ28.120839.668846.7322
Yxy39.66880.24550.3464
Hunter Lab62.9832-30.52370.0963
CIE-Lab69.2330-34.2131-3.9093

#4abaaf color RGB value is (74,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 10101111
Octal 112 272 257
Decimal 74 186 175
Hex 4A BA AF

RGB Percentages of Color #4abaaf

%17.01
%42.76
%40.23

CMYK Percentages of Color #4abaaf

%60
%0
%6
%27

Triadic Colors of #4abaaf

#4abaaf #af4aba #baaf4a

Analogous Colors of #4abaaf

#4abaaf #4a8dba #4aba77

Monochromatic Colors of #4abaaf

#4abaaf

Complementary Color

#4abaaf #ba4a55

#4abaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abaaf Color CSS Codes

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

#4abaaf Text Font Color

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

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


#4abaaf Background Color

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

This div background color is #4abaaf


#4abaaf Border Color

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

This div border color is #4abaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abaaf


Comments

No comments written yet.

Please login to write comment.