Color Hex Logo

#afb6d2 Color Hex

#AFB6D2
(175,182,210)
0 Favorites   0 Comments

Color spaces of #afb6d2

RGB 175182210
HSL0.630.280.75
HSV228°17°82°
CMYK 0.170.130.00   0.18
XYZ46.040047.223067.6611
Yxy47.22300.28610.2934
Hunter Lab68.7190-0.6677-10.2740
CIE-Lab74.33223.3143-14.9245

#afb6d2 color RGB value is (175,182,210).

#afb6d2 hex color red value is 175, green value is 182 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #afb6d2 hue: 0.63 , saturation: 0.28 and the lightness value of afb6d2 is 0.75.

The process color (four color CMYK) of #afb6d2 color hex is 0.17, 0.13, 0.00, 0.18. Web safe color of #afb6d2 is #99cccc. Color #afb6d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 11010010
Octal 257 266 322
Decimal 175 182 210
Hex AF B6 D2

RGB Percentages of Color #afb6d2

%30.86
%32.10
%37.04

CMYK Percentages of Color #afb6d2

%17
%13
%0
%18

Triadic Colors of #afb6d2

#afb6d2 #d2afb6 #b6d2af

Analogous Colors of #afb6d2

#afb6d2 #baafd2 #afc8d2

Monochromatic Colors of #afb6d2

#afb6d2

Complementary Color

#afb6d2 #d2cbaf

#afb6d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb6d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb6d2 Color CSS Codes

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

#afb6d2 Text Font Color

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

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


#afb6d2 Background Color

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

This div background color is #afb6d2


#afb6d2 Border Color

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

This div border color is #afb6d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb6d2

#afb6d2 Color Palettes


Comments

No comments written yet.

Please login to write comment.