Color Hex Logo

#4da190 Color Hex

#4DA190
(77,161,144)
0 Favorites   0 Comments

Color spaces of #4da190

RGB 77161144
HSL0.470.350.47
HSV168°52°63°
CMYK 0.520.000.11   0.37
XYZ20.839529.081130.9004
Yxy29.08110.25780.3598
Hunter Lab53.9269-25.39263.7753
CIE-Lab60.8531-29.76421.0744

#4da190 color RGB value is (77,161,144).

#4da190 hex color red value is 77, green value is 161 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #4da190 hue: 0.47 , saturation: 0.35 and the lightness value of 4da190 is 0.47.

The process color (four color CMYK) of #4da190 color hex is 0.52, 0.00, 0.11, 0.37. Web safe color of #4da190 is #669999. Color #4da190 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10100001 10010000
Octal 115 241 220
Decimal 77 161 144
Hex 4D A1 90

RGB Percentages of Color #4da190

%20.16
%42.15
%37.70

CMYK Percentages of Color #4da190

%52
%0
%11
%37

Triadic Colors of #4da190

#4da190 #904da1 #a1904d

Analogous Colors of #4da190

#4da190 #4d88a1 #4da166

Monochromatic Colors of #4da190

#4da190

Complementary Color

#4da190 #a14d5e

#4da190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4da190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4da190 Color CSS Codes

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

#4da190 Text Font Color

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

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


#4da190 Background Color

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

This div background color is #4da190


#4da190 Border Color

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

This div border color is #4da190


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,161,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4da190; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4da190;
  -webkit-box-shadow: 1px 1px 3px 2px #4da190;
  box-shadow:         1px 1px 3px 2px #4da190; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,161,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4da190


Comments

No comments written yet.

Please login to write comment.