Color Hex Logo

#4abf94 Color Hex

#4ABF94
(74,191,148)
0 Favorites   0 Comments

Color spaces of #4abf94

RGB 74191148
HSL0.440.480.52
HSV158°61°75°
CMYK 0.610.000.23   0.25
XYZ26.800140.855634.4904
Yxy40.85560.26240.4000
Hunter Lab63.9184-37.014612.7499
CIE-Lab70.0746-43.140612.0689

#4abf94 color RGB value is (74,191,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 10010100
Octal 112 277 224
Decimal 74 191 148
Hex 4A BF 94

RGB Percentages of Color #4abf94

%17.92
%46.25
%35.84

CMYK Percentages of Color #4abf94

%61
%0
%23
%25

Triadic Colors of #4abf94

#4abf94 #944abf #bf944a

Analogous Colors of #4abf94

#4abf94 #4ab0bf #4abf5a

Monochromatic Colors of #4abf94

#4abf94

Complementary Color

#4abf94 #bf4a75

#4abf94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abf94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abf94 Color CSS Codes

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

#4abf94 Text Font Color

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

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


#4abf94 Background Color

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

This div background color is #4abf94


#4abf94 Border Color

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

This div border color is #4abf94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abf94


Comments

No comments written yet.

Please login to write comment.