Color Hex Logo

#afc7bc Color Hex

#AFC7BC
(175,199,188)
0 Favorites   0 Comments

Color spaces of #afc7bc

RGB 175199188
HSL0.420.180.73
HSV153°12°78°
CMYK 0.120.000.06   0.22
XYZ47.179753.591655.4345
Yxy53.59160.30200.3431
Hunter Lab73.2063-13.07206.3478
CIE-Lab78.2230-10.24262.7540

#afc7bc color RGB value is (175,199,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 10111100
Octal 257 307 274
Decimal 175 199 188
Hex AF C7 BC

RGB Percentages of Color #afc7bc

%31.14
%35.41
%33.45

CMYK Percentages of Color #afc7bc

%12
%0
%6
%22

Triadic Colors of #afc7bc

#afc7bc #bcafc7 #c7bcaf

Analogous Colors of #afc7bc

#afc7bc #afc6c7 #afc7b0

Monochromatic Colors of #afc7bc

#afc7bc

Complementary Color

#afc7bc #c7afba

#afc7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc7bc Color CSS Codes

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

#afc7bc Text Font Color

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

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


#afc7bc Background Color

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

This div background color is #afc7bc


#afc7bc Border Color

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

This div border color is #afc7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc7bc

#afc7bc Color Palettes


Comments

No comments written yet.

Please login to write comment.