Color Hex Logo

#afccc8 Color Hex

#AFCCC8
(175,204,200)
0 Favorites   0 Comments

Color spaces of #afccc8

RGB 175204200
HSL0.480.220.74
HSV172°14°80°
CMYK 0.140.000.02   0.20
XYZ49.697456.469862.9240
Yxy56.46980.29390.3340
Hunter Lab75.1464-13.45682.9559
CIE-Lab79.8805-10.4664-1.2788

#afccc8 color RGB value is (175,204,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11001000
Octal 257 314 310
Decimal 175 204 200
Hex AF CC C8

RGB Percentages of Color #afccc8

%30.22
%35.23
%34.54

CMYK Percentages of Color #afccc8

%14
%0
%2
%20

Triadic Colors of #afccc8

#afccc8 #c8afcc #ccc8af

Analogous Colors of #afccc8

#afccc8 #afc2cc #afccba

Monochromatic Colors of #afccc8

#afccc8

Complementary Color

#afccc8 #ccafb3

#afccc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccc8 Color CSS Codes

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

#afccc8 Text Font Color

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

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


#afccc8 Background Color

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

This div background color is #afccc8


#afccc8 Border Color

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

This div border color is #afccc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccc8


Comments

No comments written yet.

Please login to write comment.