Color Hex Logo

#acbb90 Color Hex

#ACBB90
(172,187,144)
0 Favorites   0 Comments

Color spaces of #acbb90

RGB 172187144
HSL0.220.240.65
HSV81°23°73°
CMYK 0.080.000.23   0.27
XYZ39.817646.324933.2285
Yxy46.32490.33360.3881
Hunter Lab68.0624-14.683818.6979
CIE-Lab73.7559-12.754720.0993

#acbb90 color RGB value is (172,187,144).

#acbb90 hex color red value is 172, green value is 187 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #acbb90 hue: 0.22 , saturation: 0.24 and the lightness value of acbb90 is 0.65.

The process color (four color CMYK) of #acbb90 color hex is 0.08, 0.00, 0.23, 0.27. Web safe color of #acbb90 is #99cc99. Color #acbb90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10010000
Octal 254 273 220
Decimal 172 187 144
Hex AC BB 90

RGB Percentages of Color #acbb90

%34.19
%37.18
%28.63

CMYK Percentages of Color #acbb90

%8
%0
%23
%27

Triadic Colors of #acbb90

#acbb90 #90acbb #bb90ac

Analogous Colors of #acbb90

#acbb90 #97bb90 #bbb590

Monochromatic Colors of #acbb90

#acbb90

Complementary Color

#acbb90 #9f90bb

#acbb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbb90 Color CSS Codes

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

#acbb90 Text Font Color

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

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


#acbb90 Background Color

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

This div background color is #acbb90


#acbb90 Border Color

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

This div border color is #acbb90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,187,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 #acbb90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbb90


Comments

No comments written yet.

Please login to write comment.