Color Hex Logo

#afceac Color Hex

#AFCEAC
(175,206,172)
0 Favorites   0 Comments

Color spaces of #afceac

RGB 175206172
HSL0.320.260.74
HSV115°17°81°
CMYK 0.150.000.17   0.19
XYZ47.196956.235147.3967
Yxy56.23510.31290.3728
Hunter Lab74.9901-18.889115.0194
CIE-Lab79.7474-16.765413.5073

#afceac color RGB value is (175,206,172).

#afceac hex color red value is 175, green value is 206 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #afceac hue: 0.32 , saturation: 0.26 and the lightness value of afceac is 0.74.

The process color (four color CMYK) of #afceac color hex is 0.15, 0.00, 0.17, 0.19. Web safe color of #afceac is #99cc99. Color #afceac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 10101100
Octal 257 316 254
Decimal 175 206 172
Hex AF CE AC

RGB Percentages of Color #afceac

%31.65
%37.25
%31.10

CMYK Percentages of Color #afceac

%15
%0
%17
%19

Triadic Colors of #afceac

#afceac #acafce #ceacaf

Analogous Colors of #afceac

#afceac #acceba #c0ceac

Monochromatic Colors of #afceac

#afceac

Complementary Color

#afceac #cbacce

#afceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afceac Color CSS Codes

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

#afceac Text Font Color

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

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


#afceac Background Color

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

This div background color is #afceac


#afceac Border Color

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

This div border color is #afceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afceac


Comments

No comments written yet.

Please login to write comment.