Color Hex Logo

#4abd92 Color Hex

#4ABD92
(74,189,146)
0 Favorites   0 Comments

Color spaces of #4abd92

RGB 74189146
HSL0.440.470.52
HSV158°61°74°
CMYK 0.610.000.23   0.26
XYZ26.209939.926433.5193
Yxy39.92640.26300.4006
Hunter Lab63.1873-36.536612.7793
CIE-Lab69.4171-42.731012.2269

#4abd92 color RGB value is (74,189,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111101 10010010
Octal 112 275 222
Decimal 74 189 146
Hex 4A BD 92

RGB Percentages of Color #4abd92

%18.09
%46.21
%35.70

CMYK Percentages of Color #4abd92

%61
%0
%23
%26

Triadic Colors of #4abd92

#4abd92 #924abd #bd924a

Analogous Colors of #4abd92

#4abd92 #4aafbd #4abd59

Monochromatic Colors of #4abd92

#4abd92

Complementary Color

#4abd92 #bd4a75

#4abd92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abd92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abd92 Color CSS Codes

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

#4abd92 Text Font Color

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

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


#4abd92 Background Color

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

This div background color is #4abd92


#4abd92 Border Color

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

This div border color is #4abd92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abd92


Comments

No comments written yet.

Please login to write comment.