Color Hex Logo

#afadde Color Hex

#AFADDE
(175,173,222)
0 Favorites   0 Comments

Color spaces of #afadde

RGB 175173222
HSL0.670.430.77
HSV242°22°87°
CMYK 0.210.220.00   0.13
XYZ45.807644.275075.2389
Yxy44.27500.27710.2678
Hunter Lab66.53956.4403-20.4640
CIE-Lab72.411910.9294-24.3827

#afadde color RGB value is (175,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11011110
Octal 257 255 336
Decimal 175 173 222
Hex AF AD DE

RGB Percentages of Color #afadde

%30.70
%30.35
%38.95

CMYK Percentages of Color #afadde

%21
%22
%0
%13

Triadic Colors of #afadde

#afadde #deafad #addeaf

Analogous Colors of #afadde

#afadde #c8adde #adc4de

Monochromatic Colors of #afadde

#afadde

Complementary Color

#afadde #dcdead

#afadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadde Color CSS Codes

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

#afadde Text Font Color

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

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


#afadde Background Color

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

This div background color is #afadde


#afadde Border Color

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

This div border color is #afadde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,173,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 #afadde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadde


Comments

No comments written yet.

Please login to write comment.