Color Hex Logo

#afbfcf Color Hex

#AFBFCF
(175,191,207)
0 Favorites   0 Comments

Color spaces of #afbfcf

RGB 175191207
HSL0.580.250.75
HSV210°15°81°
CMYK 0.150.080.00   0.19
XYZ47.572550.880666.3451
Yxy50.88060.28870.3087
Hunter Lab71.3306-5.7817-5.2146
CIE-Lab76.6066-2.1799-9.8893

#afbfcf color RGB value is (175,191,207).

#afbfcf hex color red value is 175, green value is 191 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #afbfcf hue: 0.58 , saturation: 0.25 and the lightness value of afbfcf is 0.75.

The process color (four color CMYK) of #afbfcf color hex is 0.15, 0.08, 0.00, 0.19. Web safe color of #afbfcf is #99cccc. Color #afbfcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11001111
Octal 257 277 317
Decimal 175 191 207
Hex AF BF CF

RGB Percentages of Color #afbfcf

%30.54
%33.33
%36.13

CMYK Percentages of Color #afbfcf

%15
%8
%0
%19

Triadic Colors of #afbfcf

#afbfcf #cfafbf #bfcfaf

Analogous Colors of #afbfcf

#afbfcf #afafcf #afcfcf

Monochromatic Colors of #afbfcf

#afbfcf

Complementary Color

#afbfcf #cfbfaf

#afbfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfcf Color CSS Codes

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

#afbfcf Text Font Color

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

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


#afbfcf Background Color

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

This div background color is #afbfcf


#afbfcf Border Color

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

This div border color is #afbfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfcf

#afbfcf Color Palettes


Comments

No comments written yet.

Please login to write comment.