Color Hex Logo

#afbfc0 Color Hex

#AFBFC0
(175,191,192)
0 Favorites   0 Comments

Color spaces of #afbfc0

RGB 175191192
HSL0.510.120.72
HSV184°75°
CMYK 0.090.010.00   0.25
XYZ45.824450.181357.1399
Yxy50.18130.29920.3277
Hunter Lab70.8388-8.49921.7627
CIE-Lab76.1804-5.2661-2.3888

#afbfc0 color RGB value is (175,191,192).

#afbfc0 hex color red value is 175, green value is 191 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #afbfc0 hue: 0.51 , saturation: 0.12 and the lightness value of afbfc0 is 0.72.

The process color (four color CMYK) of #afbfc0 color hex is 0.09, 0.01, 0.00, 0.25. Web safe color of #afbfc0 is #99cccc. Color #afbfc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11000000
Octal 257 277 300
Decimal 175 191 192
Hex AF BF C0

RGB Percentages of Color #afbfc0

%31.36
%34.23
%34.41

CMYK Percentages of Color #afbfc0

%9
%1
%0
%25

Triadic Colors of #afbfc0

#afbfc0 #c0afbf #bfc0af

Analogous Colors of #afbfc0

#afbfc0 #afb7c0 #afc0b9

Monochromatic Colors of #afbfc0

#afbfc0

Complementary Color

#afbfc0 #c0b0af

#afbfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfc0 Color CSS Codes

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

#afbfc0 Text Font Color

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

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


#afbfc0 Background Color

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

This div background color is #afbfc0


#afbfc0 Border Color

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

This div border color is #afbfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfc0


Comments

No comments written yet.

Please login to write comment.