Color Hex Logo

#afbfc9 Color Hex

#AFBFC9
(175,191,201)
0 Favorites   0 Comments

Color spaces of #afbfc9

RGB 175191201
HSL0.560.190.74
HSV203°13°79°
CMYK 0.130.050.00   0.21
XYZ46.852650.592662.5543
Yxy50.59260.29280.3162
Hunter Lab71.1285-6.8962-2.3530
CIE-Lab76.4316-3.4380-6.8983

#afbfc9 color RGB value is (175,191,201).

#afbfc9 hex color red value is 175, green value is 191 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #afbfc9 hue: 0.56 , saturation: 0.19 and the lightness value of afbfc9 is 0.74.

The process color (four color CMYK) of #afbfc9 color hex is 0.13, 0.05, 0.00, 0.21. Web safe color of #afbfc9 is #99cccc. Color #afbfc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11001001
Octal 257 277 311
Decimal 175 191 201
Hex AF BF C9

RGB Percentages of Color #afbfc9

%30.86
%33.69
%35.45

CMYK Percentages of Color #afbfc9

%13
%5
%0
%21

Triadic Colors of #afbfc9

#afbfc9 #c9afbf #bfc9af

Analogous Colors of #afbfc9

#afbfc9 #afb2c9 #afc9c6

Monochromatic Colors of #afbfc9

#afbfc9

Complementary Color

#afbfc9 #c9b9af

#afbfc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfc9 Color CSS Codes

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

#afbfc9 Text Font Color

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

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


#afbfc9 Background Color

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

This div background color is #afbfc9


#afbfc9 Border Color

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

This div border color is #afbfc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfc9


Comments

No comments written yet.

Please login to write comment.