Color Hex Logo

#af9eed Color Hex

#AF9EED
(175,158,237)
0 Favorites   0 Comments

Color spaces of #af9eed

RGB 175158237
HSL0.700.690.77
HSV253°33°93°
CMYK 0.260.330.00   0.07
XYZ45.192139.682185.3983
Yxy39.68210.26540.2331
Hunter Lab62.993717.8180-36.2817
CIE-Lab69.242522.8270-37.4721

#af9eed color RGB value is (175,158,237).

#af9eed hex color red value is 175, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af9eed hue: 0.70 , saturation: 0.69 and the lightness value of af9eed is 0.77.

The process color (four color CMYK) of #af9eed color hex is 0.26, 0.33, 0.00, 0.07. Web safe color of #af9eed is #9999ff. Color #af9eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011110 11101101
Octal 257 236 355
Decimal 175 158 237
Hex AF 9E ED

RGB Percentages of Color #af9eed

%30.70
%27.72
%41.58

CMYK Percentages of Color #af9eed

%26
%33
%0
%7

Triadic Colors of #af9eed

#af9eed #edaf9e #9eedaf

Analogous Colors of #af9eed

#af9eed #d79eed #9eb5ed

Monochromatic Colors of #af9eed

#af9eed

Complementary Color

#af9eed #dced9e

#af9eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9eed Color CSS Codes

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

#af9eed Text Font Color

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

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


#af9eed Background Color

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

This div background color is #af9eed


#af9eed Border Color

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

This div border color is #af9eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9eed


Comments

No comments written yet.

Please login to write comment.