Color Hex Logo

#afd27e Color Hex

#AFD27E
(175,210,126)
0 Favorites   0 Comments

Color spaces of #afd27e

RGB 175210126
HSL0.240.480.66
HSV85°40°82°
CMYK 0.170.000.40   0.18
XYZ44.491756.713528.3405
Yxy56.71350.34340.4378
Hunter Lab75.3084-26.333030.4035
CIE-Lab80.0182-25.646437.8520

#afd27e color RGB value is (175,210,126).

#afd27e hex color red value is 175, green value is 210 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #afd27e hue: 0.24 , saturation: 0.48 and the lightness value of afd27e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 01111110
Octal 257 322 176
Decimal 175 210 126
Hex AF D2 7E

RGB Percentages of Color #afd27e

%34.25
%41.10
%24.66

CMYK Percentages of Color #afd27e

%17
%0
%40
%18

Triadic Colors of #afd27e

#afd27e #7eafd2 #d27eaf

Analogous Colors of #afd27e

#afd27e #85d27e #d2cb7e

Monochromatic Colors of #afd27e

#afd27e

Complementary Color

#afd27e #a17ed2

#afd27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd27e Color CSS Codes

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

#afd27e Text Font Color

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

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


#afd27e Background Color

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

This div background color is #afd27e


#afd27e Border Color

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

This div border color is #afd27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd27e


Comments

No comments written yet.

Please login to write comment.