Color Hex Logo

#afbbbb Color Hex

#AFBBBB
(175,187,187)
0 Favorites   0 Comments

Color spaces of #afbbbb

RGB 175187187
HSL0.500.080.71
HSV180°73°
CMYK 0.060.000.00   0.27
XYZ44.419248.242553.9843
Yxy48.24250.30290.3290
Hunter Lab69.4568-7.39472.5375
CIE-Lab74.9776-4.1309-1.4365

#afbbbb color RGB value is (175,187,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 10111011
Octal 257 273 273
Decimal 175 187 187
Hex AF BB BB

RGB Percentages of Color #afbbbb

%31.88
%34.06
%34.06

CMYK Percentages of Color #afbbbb

%6
%0
%0
%27

Triadic Colors of #afbbbb

#afbbbb #bbafbb #bbbbaf

Analogous Colors of #afbbbb

#afbbbb #afb5bb #afbbb5

Monochromatic Colors of #afbbbb

#afbbbb

Complementary Color

#afbbbb #bbafaf

#afbbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbbb Color CSS Codes

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

#afbbbb Text Font Color

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

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


#afbbbb Background Color

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

This div background color is #afbbbb


#afbbbb Border Color

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

This div border color is #afbbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbbb


Comments

No comments written yet.

Please login to write comment.