Color Hex Logo

#afb6dc Color Hex

#AFB6DC
(175,182,220)
0 Favorites   0 Comments

Color spaces of #afb6dc

RGB 175182220
HSL0.640.390.77
HSV231°20°86°
CMYK 0.200.170.00   0.14
XYZ47.325447.737274.4300
Yxy47.73720.27920.2816
Hunter Lab69.09211.3543-15.5061
CIE-Lab74.65895.5271-19.8727

#afb6dc color RGB value is (175,182,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 11011100
Octal 257 266 334
Decimal 175 182 220
Hex AF B6 DC

RGB Percentages of Color #afb6dc

%30.33
%31.54
%38.13

CMYK Percentages of Color #afb6dc

%20
%17
%0
%14

Triadic Colors of #afb6dc

#afb6dc #dcafb6 #b6dcaf

Analogous Colors of #afb6dc

#afb6dc #bfafdc #afcddc

Monochromatic Colors of #afb6dc

#afb6dc

Complementary Color

#afb6dc #dcd5af

#afb6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb6dc Color CSS Codes

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

#afb6dc Text Font Color

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

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


#afb6dc Background Color

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

This div background color is #afb6dc


#afb6dc Border Color

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

This div border color is #afb6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb6dc


Comments

No comments written yet.

Please login to write comment.