Color Hex Logo

#acbebf Color Hex

#ACBEBF
(172,190,191)
0 Favorites   0 Comments

Color spaces of #acbebf

RGB 172190191
HSL0.510.130.71
HSV183°10°75°
CMYK 0.100.010.00   0.25
XYZ44.830749.359256.4547
Yxy49.35920.29760.3277
Hunter Lab70.2561-9.04661.5364
CIE-Lab75.6742-5.9391-2.6141

#acbebf color RGB value is (172,190,191).

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

The process color (four color CMYK) of #acbebf color hex is 0.10, 0.01, 0.00, 0.25. Web safe color of #acbebf is #99cccc. Color #acbebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10111111
Octal 254 276 277
Decimal 172 190 191
Hex AC BE BF

RGB Percentages of Color #acbebf

%31.10
%34.36
%34.54

CMYK Percentages of Color #acbebf

%10
%1
%0
%25

Triadic Colors of #acbebf

#acbebf #bfacbe #bebfac

Analogous Colors of #acbebf

#acbebf #acb5bf #acbfb7

Monochromatic Colors of #acbebf

#acbebf

Complementary Color

#acbebf #bfadac

#acbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbebf Color CSS Codes

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

#acbebf Text Font Color

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

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


#acbebf Background Color

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

This div background color is #acbebf


#acbebf Border Color

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

This div border color is #acbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbebf


Comments

No comments written yet.

Please login to write comment.