Color Hex Logo

#afc5bf Color Hex

#AFC5BF
(175,197,191)
0 Favorites   0 Comments

Color spaces of #afc5bf

RGB 175197191
HSL0.450.160.73
HSV164°11°77°
CMYK 0.110.000.03   0.23
XYZ47.049452.808157.0034
Yxy52.80810.29990.3367
Hunter Lab72.6692-11.60194.3600
CIE-Lab77.7616-8.61850.4658

#afc5bf color RGB value is (175,197,191).

#afc5bf hex color red value is 175, green value is 197 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #afc5bf hue: 0.45 , saturation: 0.16 and the lightness value of afc5bf is 0.73.

The process color (four color CMYK) of #afc5bf color hex is 0.11, 0.00, 0.03, 0.23. Web safe color of #afc5bf is #99cccc. Color #afc5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 10111111
Octal 257 305 277
Decimal 175 197 191
Hex AF C5 BF

RGB Percentages of Color #afc5bf

%31.08
%34.99
%33.93

CMYK Percentages of Color #afc5bf

%11
%0
%3
%23

Triadic Colors of #afc5bf

#afc5bf #bfafc5 #c5bfaf

Analogous Colors of #afc5bf

#afc5bf #afc0c5 #afc5b4

Monochromatic Colors of #afc5bf

#afc5bf

Complementary Color

#afc5bf #c5afb5

#afc5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc5bf Color CSS Codes

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

#afc5bf Text Font Color

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

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


#afc5bf Background Color

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

This div background color is #afc5bf


#afc5bf Border Color

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

This div border color is #afc5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc5bf

#afc5bf Color Palettes


Comments

No comments written yet.

Please login to write comment.