Color Hex Logo

#afcbbb Color Hex

#AFCBBB
(175,203,187)
0 Favorites   0 Comments

Color spaces of #afcbbb

RGB 175203187
HSL0.400.210.74
HSV146°14°80°
CMYK 0.140.000.08   0.20
XYZ48.004855.413755.1795
Yxy55.41370.30270.3494
Hunter Lab74.4404-15.16038.1591
CIE-Lab79.2790-12.49974.8199

#afcbbb color RGB value is (175,203,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 10111011
Octal 257 313 273
Decimal 175 203 187
Hex AF CB BB

RGB Percentages of Color #afcbbb

%30.97
%35.93
%33.10

CMYK Percentages of Color #afcbbb

%14
%0
%8
%20

Triadic Colors of #afcbbb

#afcbbb #bbafcb #cbbbaf

Analogous Colors of #afcbbb

#afcbbb #afcbc9 #b1cbaf

Monochromatic Colors of #afcbbb

#afcbbb

Complementary Color

#afcbbb #cbafbf

#afcbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbbb Color CSS Codes

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

#afcbbb Text Font Color

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

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


#afcbbb Background Color

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

This div background color is #afcbbb


#afcbbb Border Color

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

This div border color is #afcbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbbb


Comments

No comments written yet.

Please login to write comment.