color codes Logo

#afb6db color codes

#AFB6DB
(175,182,219)
0 Favorites   0 Comments

Color spaces of #afb6db

RGB 175182219
HSL0.640.380.77
HSV230°20°86°
CMYK 0.200.170.00   0.14
XYZ47.193347.684373.7345
Yxy47.68430.27990.2828
Hunter Lab69.05381.1477-14.9712
CIE-Lab74.62545.3024-19.3800

#afb6db color RGB value is (175,182,219).

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

The process color (four color CMYK) of #afb6db color code is 0.20, 0.17, 0.00, 0.14. Web safe color of #afb6db is #99cccc. Color #afb6db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 11011011
Octal 257 266 333
Decimal 175 182 219
Hex AF B6 DB

RGB Percentages of Color #afb6db

%30.38
%31.60
%38.02

CMYK Percentages of Color #afb6db

%20
%17
%0
%14

Triadic Colors of #afb6db

#afb6db #dbafb6 #b6dbaf

Analogous Colors of #afb6db

#afb6db #beafdb #afccdb

Monochromatic Colors of #afb6db

#afb6db

Complementary Color

#afb6db #dbd4af

#afb6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb6db Color CSS Codes

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

#afb6db Text Font Color

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

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


#afb6db Background Color

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

This div background color is #afb6db


#afb6db Border Color

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

This div border color is #afb6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb6db


Comments

No comments written yet.

Please login to write comment.