Color Hex Logo

#afbdbb Color Hex

#AFBDBB
(175,189,187)
0 Favorites   0 Comments

Color spaces of #afbdbb

RGB 175189187
HSL0.480.100.71
HSV171°74°
CMYK 0.070.000.01   0.26
XYZ44.846449.097054.1267
Yxy49.09700.30290.3316
Hunter Lab70.0693-8.37593.2485
CIE-Lab75.5116-5.1927-0.6549

#afbdbb color RGB value is (175,189,187).

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

The process color (four color CMYK) of #afbdbb color hex is 0.07, 0.00, 0.01, 0.26. Web safe color of #afbdbb is #99cccc. Color #afbdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 10111011
Octal 257 275 273
Decimal 175 189 187
Hex AF BD BB

RGB Percentages of Color #afbdbb

%31.76
%34.30
%33.94

CMYK Percentages of Color #afbdbb

%7
%0
%1
%26

Triadic Colors of #afbdbb

#afbdbb #bbafbd #bdbbaf

Analogous Colors of #afbdbb

#afbdbb #afb8bd #afbdb4

Monochromatic Colors of #afbdbb

#afbdbb

Complementary Color

#afbdbb #bdafb1

#afbdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdbb Color CSS Codes

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

#afbdbb Text Font Color

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

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


#afbdbb Background Color

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

This div background color is #afbdbb


#afbdbb Border Color

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

This div border color is #afbdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdbb


Comments

No comments written yet.

Please login to write comment.