Color Hex Logo

#af9ede Color Hex

#AF9EDE
(175,158,222)
0 Favorites   0 Comments

Color spaces of #af9ede

RGB 175158222
HSL0.710.490.75
HSV256°29°87°
CMYK 0.210.290.00   0.13
XYZ43.090938.841674.3333
Yxy38.84160.27580.2486
Hunter Lab62.323014.3518-27.0897
CIE-Lab68.636419.2952-30.1800

#af9ede color RGB value is (175,158,222).

#af9ede hex color red value is 175, green value is 158 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #af9ede hue: 0.71 , saturation: 0.49 and the lightness value of af9ede is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011110 11011110
Octal 257 236 336
Decimal 175 158 222
Hex AF 9E DE

RGB Percentages of Color #af9ede

%31.53
%28.47
%40.00

CMYK Percentages of Color #af9ede

%21
%29
%0
%13

Triadic Colors of #af9ede

#af9ede #deaf9e #9edeaf

Analogous Colors of #af9ede

#af9ede #cf9ede #9eadde

Monochromatic Colors of #af9ede

#af9ede

Complementary Color

#af9ede #cdde9e

#af9ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9ede Color CSS Codes

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

#af9ede Text Font Color

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

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


#af9ede Background Color

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

This div background color is #af9ede


#af9ede Border Color

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

This div border color is #af9ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9ede


Comments

No comments written yet.

Please login to write comment.