Color Hex Logo

#acbeba Color Hex

#ACBEBA
(172,190,186)
0 Favorites   0 Comments

Color spaces of #acbeba

RGB 172190186
HSL0.460.120.71
HSV167°75°
CMYK 0.090.000.02   0.25
XYZ44.289649.142753.6056
Yxy49.14270.30120.3342
Hunter Lab70.1019-9.90393.7333
CIE-Lab75.5400-6.9327-0.0959

#acbeba color RGB value is (172,190,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10111010
Octal 254 276 272
Decimal 172 190 186
Hex AC BE BA

RGB Percentages of Color #acbeba

%31.39
%34.67
%33.94

CMYK Percentages of Color #acbeba

%9
%0
%2
%25

Triadic Colors of #acbeba

#acbeba #baacbe #bebaac

Analogous Colors of #acbeba

#acbeba #acb9be #acbeb1

Monochromatic Colors of #acbeba

#acbeba

Complementary Color

#acbeba #beacb0

#acbeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbeba Color CSS Codes

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

#acbeba Text Font Color

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

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


#acbeba Background Color

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

This div background color is #acbeba


#acbeba Border Color

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

This div border color is #acbeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbeba


Comments

No comments written yet.

Please login to write comment.