Color Hex Logo

#afd27c Color Hex

#AFD27C
(175,210,124)
0 Favorites   0 Comments

Color spaces of #afd27c

RGB 175210124
HSL0.230.490.65
HSV84°41°82°
CMYK 0.170.000.41   0.18
XYZ44.363956.662427.6675
Yxy56.66240.34470.4403
Hunter Lab75.2744-26.529130.8998
CIE-Lab79.9893-25.894238.8212

#afd27c color RGB value is (175,210,124).

#afd27c hex color red value is 175, green value is 210 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #afd27c hue: 0.23 , saturation: 0.49 and the lightness value of afd27c is 0.65.

The process color (four color CMYK) of #afd27c color hex is 0.17, 0.00, 0.41, 0.18. Web safe color of #afd27c is #99cc66. Color #afd27c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 01111100
Octal 257 322 174
Decimal 175 210 124
Hex AF D2 7C

RGB Percentages of Color #afd27c

%34.38
%41.26
%24.36

CMYK Percentages of Color #afd27c

%17
%0
%41
%18

Triadic Colors of #afd27c

#afd27c #7cafd2 #d27caf

Analogous Colors of #afd27c

#afd27c #84d27c #d2ca7c

Monochromatic Colors of #afd27c

#afd27c

Complementary Color

#afd27c #9f7cd2

#afd27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd27c Color CSS Codes

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

#afd27c Text Font Color

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

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


#afd27c Background Color

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

This div background color is #afd27c


#afd27c Border Color

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

This div border color is #afd27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd27c


Comments

No comments written yet.

Please login to write comment.