Color Hex Logo

#afabde Color Hex

#AFABDE
(175,171,222)
0 Favorites   0 Comments

Color spaces of #afabde

RGB 175171222
HSL0.680.440.77
HSV245°23°87°
CMYK 0.210.230.00   0.13
XYZ45.426943.513775.1120
Yxy43.51370.27690.2652
Hunter Lab65.96497.4859-21.3361
CIE-Lab71.902312.0373-25.1620

#afabde color RGB value is (175,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11011110
Octal 257 253 336
Decimal 175 171 222
Hex AF AB DE

RGB Percentages of Color #afabde

%30.81
%30.11
%39.08

CMYK Percentages of Color #afabde

%21
%23
%0
%13

Triadic Colors of #afabde

#afabde #deafab #abdeaf

Analogous Colors of #afabde

#afabde #c9abde #abc1de

Monochromatic Colors of #afabde

#afabde

Complementary Color

#afabde #dadeab

#afabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabde Color CSS Codes

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

#afabde Text Font Color

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

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


#afabde Background Color

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

This div background color is #afabde


#afabde Border Color

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

This div border color is #afabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabde


Comments

No comments written yet.

Please login to write comment.