Color Hex Logo

#afcea7 Color Hex

#AFCEA7
(175,206,167)
0 Favorites   0 Comments

Color spaces of #afcea7

RGB 175206167
HSL0.300.280.73
HSV108°19°81°
CMYK 0.150.000.19   0.19
XYZ46.725656.046644.9146
Yxy56.04660.31640.3795
Hunter Lab74.8643-19.603916.8341
CIE-Lab79.6403-17.626116.0162

#afcea7 color RGB value is (175,206,167).

#afcea7 hex color red value is 175, green value is 206 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #afcea7 hue: 0.30 , saturation: 0.28 and the lightness value of afcea7 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 10100111
Octal 257 316 247
Decimal 175 206 167
Hex AF CE A7

RGB Percentages of Color #afcea7

%31.93
%37.59
%30.47

CMYK Percentages of Color #afcea7

%15
%0
%19
%19

Triadic Colors of #afcea7

#afcea7 #a7afce #cea7af

Analogous Colors of #afcea7

#afcea7 #a7ceb3 #c3cea7

Monochromatic Colors of #afcea7

#afcea7

Complementary Color

#afcea7 #c6a7ce

#afcea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcea7 Color CSS Codes

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

#afcea7 Text Font Color

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

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


#afcea7 Background Color

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

This div background color is #afcea7


#afcea7 Border Color

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

This div border color is #afcea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcea7


Comments

No comments written yet.

Please login to write comment.