Color Hex Logo

#afccba Color Hex

#AFCCBA
(175,204,186)
0 Favorites   0 Comments

Color spaces of #afccba

RGB 175204186
HSL0.400.220.74
HSV143°14°80°
CMYK 0.140.000.09   0.20
XYZ48.135055.844954.6965
Yxy55.84490.30340.3519
Hunter Lab74.7294-15.80058.9147
CIE-Lab79.5255-13.20255.7115

#afccba color RGB value is (175,204,186).

#afccba hex color red value is 175, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #afccba hue: 0.40 , saturation: 0.22 and the lightness value of afccba is 0.74.

The process color (four color CMYK) of #afccba color hex is 0.14, 0.00, 0.09, 0.20. Web safe color of #afccba is #99cccc. Color #afccba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 10111010
Octal 257 314 272
Decimal 175 204 186
Hex AF CC BA

RGB Percentages of Color #afccba

%30.97
%36.11
%32.92

CMYK Percentages of Color #afccba

%14
%0
%9
%20

Triadic Colors of #afccba

#afccba #baafcc #ccbaaf

Analogous Colors of #afccba

#afccba #afccc9 #b3ccaf

Monochromatic Colors of #afccba

#afccba

Complementary Color

#afccba #ccafc1

#afccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccba Color CSS Codes

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

#afccba Text Font Color

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

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


#afccba Background Color

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

This div background color is #afccba


#afccba Border Color

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

This div border color is #afccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccba


Comments

No comments written yet.

Please login to write comment.