Color Hex Logo

#afc3b9 Color Hex

#AFC3B9
(175,195,185)
0 Favorites   0 Comments

Color spaces of #afc3b9

RGB 175195185
HSL0.420.140.73
HSV150°10°76°
CMYK 0.100.000.05   0.24
XYZ45.951351.647053.4459
Yxy51.64700.30420.3419
Hunter Lab71.8658-11.63166.2127
CIE-Lab77.0693-8.73592.6978

#afc3b9 color RGB value is (175,195,185).

#afc3b9 hex color red value is 175, green value is 195 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #afc3b9 hue: 0.42 , saturation: 0.14 and the lightness value of afc3b9 is 0.73.

The process color (four color CMYK) of #afc3b9 color hex is 0.10, 0.00, 0.05, 0.24. Web safe color of #afc3b9 is #99cccc. Color #afc3b9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 10111001
Octal 257 303 271
Decimal 175 195 185
Hex AF C3 B9

RGB Percentages of Color #afc3b9

%31.53
%35.14
%33.33

CMYK Percentages of Color #afc3b9

%10
%0
%5
%24

Triadic Colors of #afc3b9

#afc3b9 #b9afc3 #c3b9af

Analogous Colors of #afc3b9

#afc3b9 #afc3c3 #afc3af

Monochromatic Colors of #afc3b9

#afc3b9

Complementary Color

#afc3b9 #c3afb9

#afc3b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc3b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc3b9 Color CSS Codes

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

#afc3b9 Text Font Color

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

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


#afc3b9 Background Color

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

This div background color is #afc3b9


#afc3b9 Border Color

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

This div border color is #afc3b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc3b9

#afc3b9 Color Palettes


Comments

No comments written yet.

Please login to write comment.