Color Hex Logo

#afcac8 Color Hex

#AFCAC8
(175,202,200)
0 Favorites   0 Comments

Color spaces of #afcac8

RGB 175202200
HSL0.490.200.74
HSV176°13°79°
CMYK 0.130.000.01   0.21
XYZ49.225155.525262.7666
Yxy55.52520.29390.3315
Hunter Lab74.5152-12.48382.2188
CIE-Lab79.3428-9.4292-2.0667

#afcac8 color RGB value is (175,202,200).

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

The process color (four color CMYK) of #afcac8 color hex is 0.13, 0.00, 0.01, 0.21. Web safe color of #afcac8 is #99cccc. Color #afcac8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11001000
Octal 257 312 310
Decimal 175 202 200
Hex AF CA C8

RGB Percentages of Color #afcac8

%30.33
%35.01
%34.66

CMYK Percentages of Color #afcac8

%13
%0
%1
%21

Triadic Colors of #afcac8

#afcac8 #c8afca #cac8af

Analogous Colors of #afcac8

#afcac8 #afbfca #afcabb

Monochromatic Colors of #afcac8

#afcac8

Complementary Color

#afcac8 #caafb1

#afcac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcac8 Color CSS Codes

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

#afcac8 Text Font Color

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

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


#afcac8 Background Color

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

This div background color is #afcac8


#afcac8 Border Color

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

This div border color is #afcac8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,202,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 #afcac8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcac8

#afcac8 Color Palettes


Comments

No comments written yet.

Please login to write comment.