Color Hex Logo

#afbbb8 Color Hex

#AFBBB8
(175,187,184)
0 Favorites   0 Comments

Color spaces of #afbbb8

RGB 175187184
HSL0.460.080.71
HSV165°73°
CMYK 0.060.000.02   0.27
XYZ44.101248.115352.3102
Yxy48.11530.30510.3329
Hunter Lab69.3652-7.90183.8434
CIE-Lab74.8976-4.71410.0790

#afbbb8 color RGB value is (175,187,184).

#afbbb8 hex color red value is 175, green value is 187 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #afbbb8 hue: 0.46 , saturation: 0.08 and the lightness value of afbbb8 is 0.71.

The process color (four color CMYK) of #afbbb8 color hex is 0.06, 0.00, 0.02, 0.27. Web safe color of #afbbb8 is #99cccc. Color #afbbb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 10111000
Octal 257 273 270
Decimal 175 187 184
Hex AF BB B8

RGB Percentages of Color #afbbb8

%32.05
%34.25
%33.70

CMYK Percentages of Color #afbbb8

%6
%0
%2
%27

Triadic Colors of #afbbb8

#afbbb8 #b8afbb #bbb8af

Analogous Colors of #afbbb8

#afbbb8 #afb8bb #afbbb2

Monochromatic Colors of #afbbb8

#afbbb8

Complementary Color

#afbbb8 #bbafb2

#afbbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbb8 Color CSS Codes

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

#afbbb8 Text Font Color

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

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


#afbbb8 Background Color

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

This div background color is #afbbb8


#afbbb8 Border Color

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

This div border color is #afbbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbb8


Comments

No comments written yet.

Please login to write comment.