Color Hex Logo

#afabdd Color Hex

#AFABDD
(175,171,221)
0 Favorites   0 Comments

Color spaces of #afabdd

RGB 175171221
HSL0.680.420.77
HSV245°23°87°
CMYK 0.210.230.00   0.13
XYZ45.293343.460274.4081
Yxy43.46020.27760.2664
Hunter Lab65.92447.2707-20.7729
CIE-Lab71.866211.8090-24.6703

#afabdd color RGB value is (175,171,221).

#afabdd hex color red value is 175, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #afabdd hue: 0.68 , saturation: 0.42 and the lightness value of afabdd is 0.77.

The process color (four color CMYK) of #afabdd color hex is 0.21, 0.23, 0.00, 0.13. Web safe color of #afabdd is #9999cc. Color #afabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11011101
Octal 257 253 335
Decimal 175 171 221
Hex AF AB DD

RGB Percentages of Color #afabdd

%30.86
%30.16
%38.98

CMYK Percentages of Color #afabdd

%21
%23
%0
%13

Triadic Colors of #afabdd

#afabdd #ddafab #abddaf

Analogous Colors of #afabdd

#afabdd #c8abdd #abc0dd

Monochromatic Colors of #afabdd

#afabdd

Complementary Color

#afabdd #d9ddab

#afabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabdd Color CSS Codes

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

#afabdd Text Font Color

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

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


#afabdd Background Color

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

This div background color is #afabdd


#afabdd Border Color

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

This div border color is #afabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabdd


Comments

No comments written yet.

Please login to write comment.