Color Hex Logo

#afbdc6 Color Hex

#AFBDC6
(175,189,198)
0 Favorites   0 Comments

Color spaces of #afbdc6

RGB 175189198
HSL0.570.170.73
HSV203°12°78°
CMYK 0.120.050.00   0.22
XYZ46.069849.586460.5691
Yxy49.58640.29490.3174
Hunter Lab70.4176-6.4495-1.7055
CIE-Lab75.8147-2.9911-6.1841

#afbdc6 color RGB value is (175,189,198).

#afbdc6 hex color red value is 175, green value is 189 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #afbdc6 hue: 0.57 , saturation: 0.17 and the lightness value of afbdc6 is 0.73.

The process color (four color CMYK) of #afbdc6 color hex is 0.12, 0.05, 0.00, 0.22. Web safe color of #afbdc6 is #99cccc. Color #afbdc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11000110
Octal 257 275 306
Decimal 175 189 198
Hex AF BD C6

RGB Percentages of Color #afbdc6

%31.14
%33.63
%35.23

CMYK Percentages of Color #afbdc6

%12
%5
%0
%22

Triadic Colors of #afbdc6

#afbdc6 #c6afbd #bdc6af

Analogous Colors of #afbdc6

#afbdc6 #afb2c6 #afc6c4

Monochromatic Colors of #afbdc6

#afbdc6

Complementary Color

#afbdc6 #c6b8af

#afbdc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdc6 Color CSS Codes

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

#afbdc6 Text Font Color

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

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


#afbdc6 Background Color

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

This div background color is #afbdc6


#afbdc6 Border Color

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

This div border color is #afbdc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdc6


Comments

No comments written yet.

Please login to write comment.