Color Hex Logo

#4abe9f Color Hex

#4ABE9F
(74,190,159)
0 Favorites   0 Comments

Color spaces of #4abe9f

RGB 74190159
HSL0.460.470.52
HSV164°61°75°
CMYK 0.610.000.16   0.25
XYZ27.495540.786039.2242
Yxy40.78600.25580.3794
Hunter Lab63.8639-34.91188.2898
CIE-Lab70.0257-40.11826.0127

#4abe9f color RGB value is (74,190,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111110 10011111
Octal 112 276 237
Decimal 74 190 159
Hex 4A BE 9F

RGB Percentages of Color #4abe9f

%17.49
%44.92
%37.59

CMYK Percentages of Color #4abe9f

%61
%0
%16
%25

Triadic Colors of #4abe9f

#4abe9f #9f4abe #be9f4a

Analogous Colors of #4abe9f

#4abe9f #4aa3be #4abe65

Monochromatic Colors of #4abe9f

#4abe9f

Complementary Color

#4abe9f #be4a69

#4abe9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abe9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abe9f Color CSS Codes

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

#4abe9f Text Font Color

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

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


#4abe9f Background Color

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

This div background color is #4abe9f


#4abe9f Border Color

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

This div border color is #4abe9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abe9f


Comments

No comments written yet.

Please login to write comment.