Color Hex Logo

#acbeb7 Color Hex

#ACBEB7
(172,190,183)
0 Favorites   0 Comments

Color spaces of #acbeb7

RGB 172190183
HSL0.440.120.71
HSV157°75°
CMYK 0.090.000.04   0.25
XYZ43.974049.016551.9432
Yxy49.01650.30340.3382
Hunter Lab70.0118-10.40585.0198
CIE-Lab75.4616-7.51761.4186

#acbeb7 color RGB value is (172,190,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10110111
Octal 254 276 267
Decimal 172 190 183
Hex AC BE B7

RGB Percentages of Color #acbeb7

%31.56
%34.86
%33.58

CMYK Percentages of Color #acbeb7

%9
%0
%4
%25

Triadic Colors of #acbeb7

#acbeb7 #b7acbe #beb7ac

Analogous Colors of #acbeb7

#acbeb7 #acbcbe #acbeae

Monochromatic Colors of #acbeb7

#acbeb7

Complementary Color

#acbeb7 #beacb3

#acbeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbeb7 Color CSS Codes

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

#acbeb7 Text Font Color

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

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


#acbeb7 Background Color

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

This div background color is #acbeb7


#acbeb7 Border Color

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

This div border color is #acbeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbeb7


Comments

No comments written yet.

Please login to write comment.