Color Hex Logo

#af99de Color Hex

#AF99DE
(175,153,222)
0 Favorites   0 Comments

Color spaces of #af99de

RGB 175153222
HSL0.720.510.74
HSV259°31°87°
CMYK 0.210.310.00   0.13
XYZ42.255237.170474.0547
Yxy37.17040.27530.2422
Hunter Lab60.967517.0211-29.3398
CIE-Lab67.404722.1049-32.0833

#af99de color RGB value is (175,153,222).

#af99de hex color red value is 175, green value is 153 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #af99de hue: 0.72 , saturation: 0.51 and the lightness value of af99de is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011001 11011110
Octal 257 231 336
Decimal 175 153 222
Hex AF 99 DE

RGB Percentages of Color #af99de

%31.82
%27.82
%40.36

CMYK Percentages of Color #af99de

%21
%31
%0
%13

Triadic Colors of #af99de

#af99de #deaf99 #99deaf

Analogous Colors of #af99de

#af99de #d299de #99a6de

Monochromatic Colors of #af99de

#af99de

Complementary Color

#af99de #c8de99

#af99de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af99de Color Preview on White Background

Lorem ipsum dolor sit amet.

#af99de Color CSS Codes

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

#af99de Text Font Color

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

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


#af99de Background Color

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

This div background color is #af99de


#af99de Border Color

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

This div border color is #af99de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af99de


Comments

No comments written yet.

Please login to write comment.