Color Hex Logo

#afbbc6 Color Hex

#AFBBC6
(175,187,198)
0 Favorites   0 Comments

Color spaces of #afbbc6

RGB 175187198
HSL0.580.170.73
HSV209°12°78°
CMYK 0.120.060.00   0.22
XYZ45.642648.731860.4266
Yxy48.73180.29480.3148
Hunter Lab69.8082-5.4558-2.4563
CIE-Lab75.2842-1.9222-6.9697

#afbbc6 color RGB value is (175,187,198).

#afbbc6 hex color red value is 175, green value is 187 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #afbbc6 hue: 0.58 , saturation: 0.17 and the lightness value of afbbc6 is 0.73.

The process color (four color CMYK) of #afbbc6 color hex is 0.12, 0.06, 0.00, 0.22. Web safe color of #afbbc6 is #99cccc. Color #afbbc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11000110
Octal 257 273 306
Decimal 175 187 198
Hex AF BB C6

RGB Percentages of Color #afbbc6

%31.25
%33.39
%35.36

CMYK Percentages of Color #afbbc6

%12
%6
%0
%22

Triadic Colors of #afbbc6

#afbbc6 #c6afbb #bbc6af

Analogous Colors of #afbbc6

#afbbc6 #afb0c6 #afc6c6

Monochromatic Colors of #afbbc6

#afbbc6

Complementary Color

#afbbc6 #c6baaf

#afbbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbc6 Color CSS Codes

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

#afbbc6 Text Font Color

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

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


#afbbc6 Background Color

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

This div background color is #afbbc6


#afbbc6 Border Color

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

This div border color is #afbbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbc6


Comments

No comments written yet.

Please login to write comment.