Color Hex Logo

#acbeb9 Color Hex

#ACBEB9
(172,190,185)
0 Favorites   0 Comments

Color spaces of #acbeb9

RGB 172190185
HSL0.450.120.71
HSV163°75°
CMYK 0.090.000.03   0.25
XYZ44.183749.100353.0475
Yxy49.10030.30190.3355
Hunter Lab70.0716-10.07204.1648
CIE-Lab75.5137-7.12840.4087

#acbeb9 color RGB value is (172,190,185).

#acbeb9 hex color red value is 172, green value is 190 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #acbeb9 hue: 0.45 , saturation: 0.12 and the lightness value of acbeb9 is 0.71.

The process color (four color CMYK) of #acbeb9 color hex is 0.09, 0.00, 0.03, 0.25. Web safe color of #acbeb9 is #99cccc. Color #acbeb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10111001
Octal 254 276 271
Decimal 172 190 185
Hex AC BE B9

RGB Percentages of Color #acbeb9

%31.44
%34.73
%33.82

CMYK Percentages of Color #acbeb9

%9
%0
%3
%25

Triadic Colors of #acbeb9

#acbeb9 #b9acbe #beb9ac

Analogous Colors of #acbeb9

#acbeb9 #acbabe #acbeb0

Monochromatic Colors of #acbeb9

#acbeb9

Complementary Color

#acbeb9 #beacb1

#acbeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbeb9 Color CSS Codes

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

#acbeb9 Text Font Color

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

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


#acbeb9 Background Color

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

This div background color is #acbeb9


#acbeb9 Border Color

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

This div border color is #acbeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbeb9


Comments

No comments written yet.

Please login to write comment.