Color Hex Logo

#4bac66 Color Hex

#4BAC66
(75,172,102)
0 Favorites   0 Comments

Color spaces of #4bac66

RGB 75172102
HSL0.380.390.48
HSV137°56°67°
CMYK 0.560.000.41   0.33
XYZ20.052431.960217.6824
Yxy31.96020.28770.4586
Hunter Lab56.5334-35.619421.0287
CIE-Lab63.3100-44.198727.6249

#4bac66 color RGB value is (75,172,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101100 01100110
Octal 113 254 146
Decimal 75 172 102
Hex 4B AC 66

RGB Percentages of Color #4bac66

%21.49
%49.28
%29.23

CMYK Percentages of Color #4bac66

%56
%0
%41
%33

Triadic Colors of #4bac66

#4bac66 #664bac #ac664b

Analogous Colors of #4bac66

#4bac66 #4bac97 #61ac4b

Monochromatic Colors of #4bac66

#4bac66

Complementary Color

#4bac66 #ac4b91

#4bac66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bac66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bac66 Color CSS Codes

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

#4bac66 Text Font Color

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

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


#4bac66 Background Color

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

This div background color is #4bac66


#4bac66 Border Color

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

This div border color is #4bac66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bac66


Comments

No comments written yet.

Please login to write comment.