Color Hex Logo

#afb9db Color Hex

#AFB9DB
(175,185,219)
0 Favorites   0 Comments

Color spaces of #afb9db

RGB 175185219
HSL0.630.380.77
HSV226°20°86°
CMYK 0.200.160.00   0.14
XYZ47.814348.926473.9415
Yxy48.92640.28010.2867
Hunter Lab69.9474-0.3898-13.7124
CIE-Lab75.40553.6688-18.1991

#afb9db color RGB value is (175,185,219).

#afb9db hex color red value is 175, green value is 185 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #afb9db hue: 0.63 , saturation: 0.38 and the lightness value of afb9db is 0.77.

The process color (four color CMYK) of #afb9db color hex is 0.20, 0.16, 0.00, 0.14. Web safe color of #afb9db is #99cccc. Color #afb9db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 11011011
Octal 257 271 333
Decimal 175 185 219
Hex AF B9 DB

RGB Percentages of Color #afb9db

%30.22
%31.95
%37.82

CMYK Percentages of Color #afb9db

%20
%16
%0
%14

Triadic Colors of #afb9db

#afb9db #dbafb9 #b9dbaf

Analogous Colors of #afb9db

#afb9db #bbafdb #afcfdb

Monochromatic Colors of #afb9db

#afb9db

Complementary Color

#afb9db #dbd1af

#afb9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb9db Color CSS Codes

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

#afb9db Text Font Color

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

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


#afb9db Background Color

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

This div background color is #afb9db


#afb9db Border Color

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

This div border color is #afb9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb9db


Comments

No comments written yet.

Please login to write comment.