Color Hex Logo

#af9dba Color Hex

#AF9DBA
(175,157,186)
0 Favorites   0 Comments

Color spaces of #af9dba

RGB 175157186
HSL0.770.170.67
HSV277°16°73°
CMYK 0.060.160.00   0.27
XYZ38.599136.773151.5179
Yxy36.77310.30420.2898
Hunter Lab60.64087.4974-7.9217
CIE-Lab67.106512.0506-12.5591

#af9dba color RGB value is (175,157,186).

#af9dba hex color red value is 175, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #af9dba hue: 0.77 , saturation: 0.17 and the lightness value of af9dba is 0.67.

The process color (four color CMYK) of #af9dba color hex is 0.06, 0.16, 0.00, 0.27. Web safe color of #af9dba is #9999cc. Color #af9dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011101 10111010
Octal 257 235 272
Decimal 175 157 186
Hex AF 9D BA

RGB Percentages of Color #af9dba

%33.78
%30.31
%35.91

CMYK Percentages of Color #af9dba

%6
%16
%0
%27

Triadic Colors of #af9dba

#af9dba #baaf9d #9dbaaf

Analogous Colors of #af9dba

#af9dba #ba9db7 #a19dba

Monochromatic Colors of #af9dba

#af9dba

Complementary Color

#af9dba #a8ba9d

#af9dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9dba Color CSS Codes

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

#af9dba Text Font Color

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

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


#af9dba Background Color

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

This div background color is #af9dba


#af9dba Border Color

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

This div border color is #af9dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9dba


Comments

No comments written yet.

Please login to write comment.