Color Hex Logo

#afbfcb Color Hex

#AFBFCB
(175,191,203)
0 Favorites   0 Comments

Color spaces of #afbfcb

RGB 175191203
HSL0.570.210.74
HSV206°14°80°
CMYK 0.140.060.00   0.20
XYZ47.089550.687463.8017
Yxy50.68740.29140.3137
Hunter Lab71.1951-6.5288-3.2964
CIE-Lab76.4893-3.0221-7.8967

#afbfcb color RGB value is (175,191,203).

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

The process color (four color CMYK) of #afbfcb color hex is 0.14, 0.06, 0.00, 0.20. Web safe color of #afbfcb is #99cccc. Color #afbfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11001011
Octal 257 277 313
Decimal 175 191 203
Hex AF BF CB

RGB Percentages of Color #afbfcb

%30.76
%33.57
%35.68

CMYK Percentages of Color #afbfcb

%14
%6
%0
%20

Triadic Colors of #afbfcb

#afbfcb #cbafbf #bfcbaf

Analogous Colors of #afbfcb

#afbfcb #afb1cb #afcbc9

Monochromatic Colors of #afbfcb

#afbfcb

Complementary Color

#afbfcb #cbbbaf

#afbfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfcb Color CSS Codes

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

#afbfcb Text Font Color

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

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


#afbfcb Background Color

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

This div background color is #afbfcb


#afbfcb Border Color

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

This div border color is #afbfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfcb


Comments

No comments written yet.

Please login to write comment.