Color Hex Logo

#afade3 Color Hex

#AFADE3
(175,173,227)
0 Favorites   0 Comments

Color spaces of #afade3

RGB 175173227
HSL0.670.490.78
HSV242°24°89°
CMYK 0.230.240.00   0.11
XYZ46.487944.547278.8213
Yxy44.54720.27370.2623
Hunter Lab66.74377.5263-23.2982
CIE-Lab72.592712.0812-26.8338

#afade3 color RGB value is (175,173,227).

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

The process color (four color CMYK) of #afade3 color hex is 0.23, 0.24, 0.00, 0.11. Web safe color of #afade3 is #9999cc. Color #afade3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11100011
Octal 257 255 343
Decimal 175 173 227
Hex AF AD E3

RGB Percentages of Color #afade3

%30.43
%30.09
%39.48

CMYK Percentages of Color #afade3

%23
%24
%0
%11

Triadic Colors of #afade3

#afade3 #e3afad #ade3af

Analogous Colors of #afade3

#afade3 #caade3 #adc6e3

Monochromatic Colors of #afade3

#afade3

Complementary Color

#afade3 #e1e3ad

#afade3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afade3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afade3 Color CSS Codes

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

#afade3 Text Font Color

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

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


#afade3 Background Color

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

This div background color is #afade3


#afade3 Border Color

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

This div border color is #afade3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afade3


Comments

No comments written yet.

Please login to write comment.