Color Hex Logo

#acbeb2 Color Hex

#ACBEB2
(172,190,178)
0 Favorites   0 Comments

Color spaces of #acbeb2

RGB 172190178
HSL0.390.120.71
HSV140°75°
CMYK 0.090.000.06   0.25
XYZ43.462648.811949.2504
Yxy48.81190.30710.3449
Hunter Lab69.8655-11.22177.1105
CIE-Lab75.3342-8.47333.9474

#acbeb2 color RGB value is (172,190,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10110010
Octal 254 276 262
Decimal 172 190 178
Hex AC BE B2

RGB Percentages of Color #acbeb2

%31.85
%35.19
%32.96

CMYK Percentages of Color #acbeb2

%9
%0
%6
%25

Triadic Colors of #acbeb2

#acbeb2 #b2acbe #beb2ac

Analogous Colors of #acbeb2

#acbeb2 #acbebb #afbeac

Monochromatic Colors of #acbeb2

#acbeb2

Complementary Color

#acbeb2 #beacb8

#acbeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbeb2 Color CSS Codes

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

#acbeb2 Text Font Color

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

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


#acbeb2 Background Color

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

This div background color is #acbeb2


#acbeb2 Border Color

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

This div border color is #acbeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbeb2


Comments

No comments written yet.

Please login to write comment.