Color Hex Logo

#afaebb Color Hex

#AFAEBB
(175,174,187)
0 Favorites   0 Comments

Color spaces of #afaebb

RGB 175174187
HSL0.680.090.71
HSV245°73°
CMYK 0.060.070.00   0.27
XYZ41.784942.973953.1062
Yxy42.97390.30310.3117
Hunter Lab65.5545-0.9432-2.1432
CIE-Lab71.53732.8710-6.5052

#afaebb color RGB value is (175,174,187).

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

The process color (four color CMYK) of #afaebb color hex is 0.06, 0.07, 0.00, 0.27. Web safe color of #afaebb is #9999cc. Color #afaebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 10111011
Octal 257 256 273
Decimal 175 174 187
Hex AF AE BB

RGB Percentages of Color #afaebb

%32.65
%32.46
%34.89

CMYK Percentages of Color #afaebb

%6
%7
%0
%27

Triadic Colors of #afaebb

#afaebb #bbafae #aebbaf

Analogous Colors of #afaebb

#afaebb #b6aebb #aeb4bb

Monochromatic Colors of #afaebb

#afaebb

Complementary Color

#afaebb #babbae

#afaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaebb Color CSS Codes

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

#afaebb Text Font Color

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

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


#afaebb Background Color

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

This div background color is #afaebb


#afaebb Border Color

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

This div border color is #afaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaebb


Comments

No comments written yet.

Please login to write comment.