Color Hex Logo

#afbabb Color Hex

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

Color spaces of #afbabb

RGB 175186187
HSL0.510.080.71
HSV185°73°
CMYK 0.060.010.00   0.27
XYZ44.207747.819653.9138
Yxy47.81960.30290.3277
Hunter Lab69.1517-6.90302.1810
CIE-Lab74.7110-3.5985-1.8273

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

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

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

Base Numbers

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

RGB Percentages of Color #afbabb

%31.93
%33.94
%34.12

CMYK Percentages of Color #afbabb

%6
%1
%0
%27

Triadic Colors of #afbabb

#afbabb #bbafba #babbaf

Analogous Colors of #afbabb

#afbabb #afb4bb #afbbb6

Monochromatic Colors of #afbabb

#afbabb

Complementary Color

#afbabb #bbb0af

#afbabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbabb Color CSS Codes

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

#afbabb Text Font Color

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

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


#afbabb Background Color

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

This div background color is #afbabb


#afbabb Border Color

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

This div border color is #afbabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbabb

#afbabb Color Palettes


Comments

No comments written yet.

Please login to write comment.