Color Hex Logo

#afbdc1 Color Hex

#AFBDC1
(175,189,193)
0 Favorites   0 Comments

Color spaces of #afbdc1

RGB 175189193
HSL0.540.130.72
HSV193°76°
CMYK 0.090.020.00   0.24
XYZ45.502449.359457.5812
Yxy49.35940.29850.3238
Hunter Lab70.2562-7.34050.5860
CIE-Lab75.6744-4.0054-3.6756

#afbdc1 color RGB value is (175,189,193).

#afbdc1 hex color red value is 175, green value is 189 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #afbdc1 hue: 0.54 , saturation: 0.13 and the lightness value of afbdc1 is 0.72.

The process color (four color CMYK) of #afbdc1 color hex is 0.09, 0.02, 0.00, 0.24. Web safe color of #afbdc1 is #99cccc. Color #afbdc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11000001
Octal 257 275 301
Decimal 175 189 193
Hex AF BD C1

RGB Percentages of Color #afbdc1

%31.42
%33.93
%34.65

CMYK Percentages of Color #afbdc1

%9
%2
%0
%24

Triadic Colors of #afbdc1

#afbdc1 #c1afbd #bdc1af

Analogous Colors of #afbdc1

#afbdc1 #afb4c1 #afc1bc

Monochromatic Colors of #afbdc1

#afbdc1

Complementary Color

#afbdc1 #c1b3af

#afbdc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdc1 Color CSS Codes

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

#afbdc1 Text Font Color

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

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


#afbdc1 Background Color

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

This div background color is #afbdc1


#afbdc1 Border Color

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

This div border color is #afbdc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdc1


Comments

No comments written yet.

Please login to write comment.