Color Hex Logo

#afccc0 Color Hex

#AFCCC0
(175,204,192)
0 Favorites   0 Comments

Color spaces of #afccc0

RGB 175204192
HSL0.430.220.74
HSV155°14°80°
CMYK 0.140.000.06   0.20
XYZ48.786556.105558.1273
Yxy56.10550.29930.3442
Hunter Lab74.9036-14.82006.4218
CIE-Lab79.6738-12.05202.7104

#afccc0 color RGB value is (175,204,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11000000
Octal 257 314 300
Decimal 175 204 192
Hex AF CC C0

RGB Percentages of Color #afccc0

%30.65
%35.73
%33.63

CMYK Percentages of Color #afccc0

%14
%0
%6
%20

Triadic Colors of #afccc0

#afccc0 #c0afcc #ccc0af

Analogous Colors of #afccc0

#afccc0 #afcacc #afccb2

Monochromatic Colors of #afccc0

#afccc0

Complementary Color

#afccc0 #ccafbb

#afccc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccc0 Color CSS Codes

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

#afccc0 Text Font Color

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

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


#afccc0 Background Color

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

This div background color is #afccc0


#afccc0 Border Color

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

This div border color is #afccc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccc0


Comments

No comments written yet.

Please login to write comment.