Color Hex Logo

#af9ebd Color Hex

#AF9EBD
(175,158,189)
0 Favorites   0 Comments

Color spaces of #af9ebd

RGB 175158189
HSL0.760.190.68
HSV273°16°74°
CMYK 0.070.160.00   0.26
XYZ39.091437.241853.2722
Yxy37.24180.30160.2873
Hunter Lab61.02617.5460-9.0385
CIE-Lab67.458012.1026-13.7022

#af9ebd color RGB value is (175,158,189).

#af9ebd hex color red value is 175, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #af9ebd hue: 0.76 , saturation: 0.19 and the lightness value of af9ebd is 0.68.

The process color (four color CMYK) of #af9ebd color hex is 0.07, 0.16, 0.00, 0.26. Web safe color of #af9ebd is #9999cc. Color #af9ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011110 10111101
Octal 257 236 275
Decimal 175 158 189
Hex AF 9E BD

RGB Percentages of Color #af9ebd

%33.52
%30.27
%36.21

CMYK Percentages of Color #af9ebd

%7
%16
%0
%26

Triadic Colors of #af9ebd

#af9ebd #bdaf9e #9ebdaf

Analogous Colors of #af9ebd

#af9ebd #bd9ebc #a09ebd

Monochromatic Colors of #af9ebd

#af9ebd

Complementary Color

#af9ebd #acbd9e

#af9ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9ebd Color CSS Codes

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

#af9ebd Text Font Color

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

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


#af9ebd Background Color

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

This div background color is #af9ebd


#af9ebd Border Color

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

This div border color is #af9ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9ebd


Comments

No comments written yet.

Please login to write comment.