Color Hex Logo

#afbdcb Color Hex

#AFBDCB
(175,189,203)
0 Favorites   0 Comments

Color spaces of #afbdcb

RGB 175189203
HSL0.580.210.74
HSV210°14°80°
CMYK 0.140.070.00   0.20
XYZ46.656349.820963.6573
Yxy49.82090.29140.3111
Hunter Lab70.5839-5.5325-4.0629
CIE-Lab75.9592-1.9543-8.6842

#afbdcb color RGB value is (175,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11001011
Octal 257 275 313
Decimal 175 189 203
Hex AF BD CB

RGB Percentages of Color #afbdcb

%30.86
%33.33
%35.80

CMYK Percentages of Color #afbdcb

%14
%7
%0
%20

Triadic Colors of #afbdcb

#afbdcb #cbafbd #bdcbaf

Analogous Colors of #afbdcb

#afbdcb #afafcb #afcbcb

Monochromatic Colors of #afbdcb

#afbdcb

Complementary Color

#afbdcb #cbbdaf

#afbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdcb Color CSS Codes

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

#afbdcb Text Font Color

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

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


#afbdcb Background Color

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

This div background color is #afbdcb


#afbdcb Border Color

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

This div border color is #afbdcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,189,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 #afbdcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdcb


Comments

No comments written yet.

Please login to write comment.