Color Hex Logo

#afbbc8 Color Hex

#AFBBC8
(175,187,200)
0 Favorites   0 Comments

Color spaces of #afbbc8

RGB 175187200
HSL0.590.190.74
HSV211°13°78°
CMYK 0.130.070.00   0.22
XYZ45.874848.824761.6498
Yxy48.82470.29340.3123
Hunter Lab69.8747-5.0901-3.3988
CIE-Lab75.3421-1.5092-7.9713

#afbbc8 color RGB value is (175,187,200).

#afbbc8 hex color red value is 175, green value is 187 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #afbbc8 hue: 0.59 , saturation: 0.19 and the lightness value of afbbc8 is 0.74.

The process color (four color CMYK) of #afbbc8 color hex is 0.13, 0.07, 0.00, 0.22. Web safe color of #afbbc8 is #99cccc. Color #afbbc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11001000
Octal 257 273 310
Decimal 175 187 200
Hex AF BB C8

RGB Percentages of Color #afbbc8

%31.14
%33.27
%35.59

CMYK Percentages of Color #afbbc8

%13
%7
%0
%22

Triadic Colors of #afbbc8

#afbbc8 #c8afbb #bbc8af

Analogous Colors of #afbbc8

#afbbc8 #b0afc8 #afc8c8

Monochromatic Colors of #afbbc8

#afbbc8

Complementary Color

#afbbc8 #c8bcaf

#afbbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbc8 Color CSS Codes

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

#afbbc8 Text Font Color

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

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


#afbbc8 Background Color

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

This div background color is #afbbc8


#afbbc8 Border Color

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

This div border color is #afbbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbc8


Comments

No comments written yet.

Please login to write comment.