Color Hex Logo

#acbebe Color Hex

#ACBEBE
(172,190,190)
0 Favorites   0 Comments

Color spaces of #acbebe

RGB 172190190
HSL0.500.120.71
HSV180°75°
CMYK 0.090.000.00   0.25
XYZ44.721049.315355.8769
Yxy49.31530.29830.3290
Hunter Lab70.2249-9.22011.9812
CIE-Lab75.6471-6.1396-2.1110

#acbebe color RGB value is (172,190,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10111110
Octal 254 276 276
Decimal 172 190 190
Hex AC BE BE

RGB Percentages of Color #acbebe

%31.16
%34.42
%34.42

CMYK Percentages of Color #acbebe

%9
%0
%0
%25

Triadic Colors of #acbebe

#acbebe #beacbe #bebeac

Analogous Colors of #acbebe

#acbebe #acb5be #acbeb5

Monochromatic Colors of #acbebe

#acbebe

Complementary Color

#acbebe #beacac

#acbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbebe Color CSS Codes

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

#acbebe Text Font Color

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

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


#acbebe Background Color

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

This div background color is #acbebe


#acbebe Border Color

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

This div border color is #acbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbebe

#acbebe Color Palettes


Comments

No comments written yet.

Please login to write comment.