Color Hex Logo

#afce71 Color Hex

#AFCE71
(175,206,113)
0 Favorites   0 Comments

Color spaces of #afce71

RGB 175206113
HSL0.220.490.63
HSV80°45°81°
CMYK 0.150.000.45   0.19
XYZ42.731154.448823.8803
Yxy54.44880.35300.4498
Hunter Lab73.7894-25.763032.4647
CIE-Lab78.7227-25.252442.7032

#afce71 color RGB value is (175,206,113).

#afce71 hex color red value is 175, green value is 206 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #afce71 hue: 0.22 , saturation: 0.49 and the lightness value of afce71 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 01110001
Octal 257 316 161
Decimal 175 206 113
Hex AF CE 71

RGB Percentages of Color #afce71

%35.43
%41.70
%22.87

CMYK Percentages of Color #afce71

%15
%0
%45
%19

Triadic Colors of #afce71

#afce71 #71afce #ce71af

Analogous Colors of #afce71

#afce71 #81ce71 #cebf71

Monochromatic Colors of #afce71

#afce71

Complementary Color

#afce71 #9071ce

#afce71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce71 Color CSS Codes

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

#afce71 Text Font Color

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

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


#afce71 Background Color

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

This div background color is #afce71


#afce71 Border Color

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

This div border color is #afce71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce71


Comments

No comments written yet.

Please login to write comment.