Color Hex Logo

#afabbd Color Hex

#AFABBD
(175,171,189)
0 Favorites   0 Comments

Color spaces of #afabbd

RGB 175171189
HSL0.700.120.71
HSV253°10°74°
CMYK 0.070.100.00   0.26
XYZ41.427441.913954.0508
Yxy41.91390.30150.3051
Hunter Lab64.74090.9246-4.1813
CIE-Lab70.81154.9118-8.6844

#afabbd color RGB value is (175,171,189).

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

The process color (four color CMYK) of #afabbd color hex is 0.07, 0.10, 0.00, 0.26. Web safe color of #afabbd is #9999cc. Color #afabbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10111101
Octal 257 253 275
Decimal 175 171 189
Hex AF AB BD

RGB Percentages of Color #afabbd

%32.71
%31.96
%35.33

CMYK Percentages of Color #afabbd

%7
%10
%0
%26

Triadic Colors of #afabbd

#afabbd #bdafab #abbdaf

Analogous Colors of #afabbd

#afabbd #b8abbd #abb0bd

Monochromatic Colors of #afabbd

#afabbd

Complementary Color

#afabbd #b9bdab

#afabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabbd Color CSS Codes

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

#afabbd Text Font Color

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

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


#afabbd Background Color

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

This div background color is #afabbd


#afabbd Border Color

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

This div border color is #afabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabbd


Comments

No comments written yet.

Please login to write comment.