Color Hex Logo

#afade7 Color Hex

#AFADE7
(175,173,231)
0 Favorites   0 Comments

Color spaces of #afade7

RGB 175173231
HSL0.670.550.79
HSV242°25°91°
CMYK 0.240.250.00   0.09
XYZ47.046644.770681.7633
Yxy44.77060.27100.2579
Hunter Lab66.91088.4136-25.6133
CIE-Lab72.740613.0158-28.7860

#afade7 color RGB value is (175,173,231).

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

The process color (four color CMYK) of #afade7 color hex is 0.24, 0.25, 0.00, 0.09. Web safe color of #afade7 is #9999ff. Color #afade7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11100111
Octal 257 255 347
Decimal 175 173 231
Hex AF AD E7

RGB Percentages of Color #afade7

%30.22
%29.88
%39.90

CMYK Percentages of Color #afade7

%24
%25
%0
%9

Triadic Colors of #afade7

#afade7 #e7afad #ade7af

Analogous Colors of #afade7

#afade7 #ccade7 #adc8e7

Monochromatic Colors of #afade7

#afade7

Complementary Color

#afade7 #e5e7ad

#afade7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afade7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afade7 Color CSS Codes

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

#afade7 Text Font Color

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

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


#afade7 Background Color

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

This div background color is #afade7


#afade7 Border Color

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

This div border color is #afade7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afade7


Comments

No comments written yet.

Please login to write comment.