Color Hex Logo

#afcbbd Color Hex

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

Color spaces of #afcbbd

RGB 175203189
HSL0.420.210.74
HSV150°14°80°
CMYK 0.140.000.07   0.20
XYZ48.220455.500056.3152
Yxy55.50000.30130.3468
Hunter Lab74.4983-14.83477.3300
CIE-Lab79.3284-12.11763.8186

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

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

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

Base Numbers

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

RGB Percentages of Color #afcbbd

%30.86
%35.80
%33.33

CMYK Percentages of Color #afcbbd

%14
%0
%7
%20

Triadic Colors of #afcbbd

#afcbbd #bdafcb #cbbdaf

Analogous Colors of #afcbbd

#afcbbd #afcbcb #afcbaf

Monochromatic Colors of #afcbbd

#afcbbd

Complementary Color

#afcbbd #cbafbd

#afcbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbbd Color CSS Codes

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

#afcbbd Text Font Color

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

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


#afcbbd Background Color

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

This div background color is #afcbbd


#afcbbd Border Color

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

This div border color is #afcbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbbd


Comments

No comments written yet.

Please login to write comment.