Color Hex Logo

#4baa68 Color Hex

#4BAA68
(75,170,104)
0 Favorites   0 Comments

Color spaces of #4baa68

RGB 75170104
HSL0.380.390.48
HSV138°56°67°
CMYK 0.560.000.39   0.33
XYZ19.775131.244818.0853
Yxy31.24480.28620.4521
Hunter Lab55.8970-34.670619.9449
CIE-Lab62.7137-43.007225.7743

#4baa68 color RGB value is (75,170,104).

#4baa68 hex color red value is 75, green value is 170 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #4baa68 hue: 0.38 , saturation: 0.39 and the lightness value of 4baa68 is 0.48.

The process color (four color CMYK) of #4baa68 color hex is 0.56, 0.00, 0.39, 0.33. Web safe color of #4baa68 is #339966. Color #4baa68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 01101000
Octal 113 252 150
Decimal 75 170 104
Hex 4B AA 68

RGB Percentages of Color #4baa68

%21.49
%48.71
%29.80

CMYK Percentages of Color #4baa68

%56
%0
%39
%33

Triadic Colors of #4baa68

#4baa68 #684baa #aa684b

Analogous Colors of #4baa68

#4baa68 #4baa98 #5eaa4b

Monochromatic Colors of #4baa68

#4baa68

Complementary Color

#4baa68 #aa4b8d

#4baa68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baa68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baa68 Color CSS Codes

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

#4baa68 Text Font Color

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

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


#4baa68 Background Color

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

This div background color is #4baa68


#4baa68 Border Color

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

This div border color is #4baa68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,170,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4baa68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4baa68;
  -webkit-box-shadow: 1px 1px 3px 2px #4baa68;
  box-shadow:         1px 1px 3px 2px #4baa68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,170,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baa68


Comments

No comments written yet.

Please login to write comment.