Color Hex Logo

#afadea Color Hex

#AFADEA
(175,173,234)
0 Favorites   0 Comments

Color spaces of #afadea

RGB 175173234
HSL0.670.590.80
HSV242°26°92°
CMYK 0.250.260.00   0.08
XYZ47.474044.941684.0143
Yxy44.94160.26910.2547
Hunter Lab67.03859.0892-27.3767
CIE-Lab72.853413.7235-30.2446

#afadea color RGB value is (175,173,234).

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

The process color (four color CMYK) of #afadea color hex is 0.25, 0.26, 0.00, 0.08. Web safe color of #afadea is #9999ff. Color #afadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11101010
Octal 257 255 352
Decimal 175 173 234
Hex AF AD EA

RGB Percentages of Color #afadea

%30.07
%29.73
%40.21

CMYK Percentages of Color #afadea

%25
%26
%0
%8

Triadic Colors of #afadea

#afadea #eaafad #adeaaf

Analogous Colors of #afadea

#afadea #ceadea #adcaea

Monochromatic Colors of #afadea

#afadea

Complementary Color

#afadea #e8eaad

#afadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadea Color CSS Codes

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

#afadea Text Font Color

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

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


#afadea Background Color

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

This div background color is #afadea


#afadea Border Color

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

This div border color is #afadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadea


Comments

No comments written yet.

Please login to write comment.