Color Hex Logo

#afaabc Color Hex

#AFAABC
(175,170,188)
0 Favorites   0 Comments

Color spaces of #afaabc

RGB 175170188
HSL0.710.120.70
HSV257°10°74°
CMYK 0.070.100.00   0.26
XYZ41.131041.494353.4183
Yxy41.49430.30230.3050
Hunter Lab64.41611.2478-4.0762
CIE-Lab70.52095.2584-8.5654

#afaabc color RGB value is (175,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 10111100
Octal 257 252 274
Decimal 175 170 188
Hex AF AA BC

RGB Percentages of Color #afaabc

%32.83
%31.89
%35.27

CMYK Percentages of Color #afaabc

%7
%10
%0
%26

Triadic Colors of #afaabc

#afaabc #bcafaa #aabcaf

Analogous Colors of #afaabc

#afaabc #b8aabc #aaaebc

Monochromatic Colors of #afaabc

#afaabc

Complementary Color

#afaabc #b7bcaa

#afaabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaabc Color CSS Codes

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

#afaabc Text Font Color

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

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


#afaabc Background Color

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

This div background color is #afaabc


#afaabc Border Color

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

This div border color is #afaabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaabc

#afaabc Color Palettes


Comments

No comments written yet.

Please login to write comment.