Color Hex Logo

#acbeb5 Color Hex

#ACBEB5
(172,190,181)
0 Favorites   0 Comments

Color spaces of #acbeb5

RGB 172190181
HSL0.420.120.71
HSV150°75°
CMYK 0.090.000.05   0.25
XYZ43.767248.933850.8544
Yxy48.93380.30490.3409
Hunter Lab69.9527-10.73545.8641
CIE-Lab75.4101-7.90292.4295

#acbeb5 color RGB value is (172,190,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10110101
Octal 254 276 265
Decimal 172 190 181
Hex AC BE B5

RGB Percentages of Color #acbeb5

%31.68
%34.99
%33.33

CMYK Percentages of Color #acbeb5

%9
%0
%5
%25

Triadic Colors of #acbeb5

#acbeb5 #b5acbe #beb5ac

Analogous Colors of #acbeb5

#acbeb5 #acbebe #acbeac

Monochromatic Colors of #acbeb5

#acbeb5

Complementary Color

#acbeb5 #beacb5

#acbeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbeb5 Color CSS Codes

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

#acbeb5 Text Font Color

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

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


#acbeb5 Background Color

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

This div background color is #acbeb5


#acbeb5 Border Color

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

This div border color is #acbeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbeb5


Comments

No comments written yet.

Please login to write comment.