Color Hex Logo

#afbbba Color Hex

#AFBBBA
(175,187,186)
0 Favorites   0 Comments

Color spaces of #afbbba

RGB 175187186
HSL0.490.080.71
HSV175°73°
CMYK 0.060.000.01   0.27
XYZ44.312448.199853.4223
Yxy48.19980.30360.3303
Hunter Lab69.4261-7.56492.9755
CIE-Lab74.9508-4.3264-0.9316

#afbbba color RGB value is (175,187,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 10111010
Octal 257 273 272
Decimal 175 187 186
Hex AF BB BA

RGB Percentages of Color #afbbba

%31.93
%34.12
%33.94

CMYK Percentages of Color #afbbba

%6
%0
%1
%27

Triadic Colors of #afbbba

#afbbba #baafbb #bbbaaf

Analogous Colors of #afbbba

#afbbba #afb6bb #afbbb4

Monochromatic Colors of #afbbba

#afbbba

Complementary Color

#afbbba #bbafb0

#afbbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbba Color CSS Codes

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

#afbbba Text Font Color

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

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


#afbbba Background Color

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

This div background color is #afbbba


#afbbba Border Color

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

This div border color is #afbbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbba


Comments

No comments written yet.

Please login to write comment.