Color Hex Logo

#afd48e Color Hex

#AFD48E
(175,212,142)
0 Favorites   0 Comments

Color spaces of #afd48e

RGB 175212142
HSL0.250.450.69
HSV92°33°83°
CMYK 0.170.000.33   0.17
XYZ46.105258.153934.3860
Yxy58.15390.33250.4194
Hunter Lab76.2587-25.533526.6465
CIE-Lab80.8243-24.483630.7405

#afd48e color RGB value is (175,212,142).

#afd48e hex color red value is 175, green value is 212 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #afd48e hue: 0.25 , saturation: 0.45 and the lightness value of afd48e is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 10001110
Octal 257 324 216
Decimal 175 212 142
Hex AF D4 8E

RGB Percentages of Color #afd48e

%33.08
%40.08
%26.84

CMYK Percentages of Color #afd48e

%17
%0
%33
%17

Triadic Colors of #afd48e

#afd48e #8eafd4 #d48eaf

Analogous Colors of #afd48e

#afd48e #8ed490 #d2d48e

Monochromatic Colors of #afd48e

#afd48e

Complementary Color

#afd48e #b38ed4

#afd48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd48e Color CSS Codes

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

#afd48e Text Font Color

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

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


#afd48e Background Color

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

This div background color is #afd48e


#afd48e Border Color

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

This div border color is #afd48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd48e


Comments

No comments written yet.

Please login to write comment.