Color Hex Logo

#afdf5e Color Hex

#AFDF5E
(175,223,94)
0 Favorites   0 Comments

Color spaces of #afdf5e

RGB 17522394
HSL0.230.670.62
HSV82°58°87°
CMYK 0.220.000.58   0.13
XYZ46.087362.697520.2624
Yxy62.69750.35710.4858
Hunter Lab79.1818-34.673140.2551
CIE-Lab83.2830-35.132256.9931

#afdf5e color RGB value is (175,223,94).

#afdf5e hex color red value is 175, green value is 223 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #afdf5e hue: 0.23 , saturation: 0.67 and the lightness value of afdf5e is 0.62.

The process color (four color CMYK) of #afdf5e color hex is 0.22, 0.00, 0.58, 0.13. Web safe color of #afdf5e is #99cc66. Color #afdf5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 01011110
Octal 257 337 136
Decimal 175 223 94
Hex AF DF 5E

RGB Percentages of Color #afdf5e

%35.57
%45.33
%19.11

CMYK Percentages of Color #afdf5e

%22
%0
%58
%13

Triadic Colors of #afdf5e

#afdf5e #5eafdf #df5eaf

Analogous Colors of #afdf5e

#afdf5e #6fdf5e #dfcf5e

Monochromatic Colors of #afdf5e

#afdf5e

Complementary Color

#afdf5e #8e5edf

#afdf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdf5e Color CSS Codes

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

#afdf5e Text Font Color

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

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


#afdf5e Background Color

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

This div background color is #afdf5e


#afdf5e Border Color

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

This div border color is #afdf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdf5e


Comments

No comments written yet.

Please login to write comment.