Color Hex Logo

#afacbe Color Hex

#AFACBE
(175,172,190)
0 Favorites   0 Comments

Color spaces of #afacbe

RGB 175172190
HSL0.690.120.71
HSV250°75°
CMYK 0.080.090.00   0.25
XYZ41.726042.336754.6878
Yxy42.33670.30070.3051
Hunter Lab65.06670.6020-4.2859
CIE-Lab71.10244.5665-8.8025

#afacbe color RGB value is (175,172,190).

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

The process color (four color CMYK) of #afacbe color hex is 0.08, 0.09, 0.00, 0.25. Web safe color of #afacbe is #9999cc. Color #afacbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 10111110
Octal 257 254 276
Decimal 175 172 190
Hex AF AC BE

RGB Percentages of Color #afacbe

%32.59
%32.03
%35.38

CMYK Percentages of Color #afacbe

%8
%9
%0
%25

Triadic Colors of #afacbe

#afacbe #beafac #acbeaf

Analogous Colors of #afacbe

#afacbe #b8acbe #acb2be

Monochromatic Colors of #afacbe

#afacbe

Complementary Color

#afacbe #bbbeac

#afacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacbe Color CSS Codes

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

#afacbe Text Font Color

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

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


#afacbe Background Color

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

This div background color is #afacbe


#afacbe Border Color

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

This div border color is #afacbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,172,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 #afacbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacbe


Comments

No comments written yet.

Please login to write comment.