Color Hex Logo

#afaebe Color Hex

#AFAEBE
(175,174,190)
0 Favorites   0 Comments

Color spaces of #afaebe

RGB 175174190
HSL0.680.110.71
HSV244°75°
CMYK 0.080.080.00   0.25
XYZ42.109543.103854.8156
Yxy43.10380.30070.3078
Hunter Lab65.6535-0.4055-3.5451
CIE-Lab71.62543.4732-8.0247

#afaebe color RGB value is (175,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 10111110
Octal 257 256 276
Decimal 175 174 190
Hex AF AE BE

RGB Percentages of Color #afaebe

%32.47
%32.28
%35.25

CMYK Percentages of Color #afaebe

%8
%8
%0
%25

Triadic Colors of #afaebe

#afaebe #beafae #aebeaf

Analogous Colors of #afaebe

#afaebe #b7aebe #aeb5be

Monochromatic Colors of #afaebe

#afaebe

Complementary Color

#afaebe #bdbeae

#afaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaebe Color CSS Codes

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

#afaebe Text Font Color

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

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


#afaebe Background Color

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

This div background color is #afaebe


#afaebe Border Color

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

This div border color is #afaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaebe


Comments

No comments written yet.

Please login to write comment.