Color Hex Logo

#afd591 Color Hex

#AFD591
(175,213,145)
0 Favorites   0 Comments

Color spaces of #afd591

RGB 175213145
HSL0.260.450.70
HSV94°32°84°
CMYK 0.180.000.32   0.16
XYZ46.584358.746835.6721
Yxy58.74680.33040.4166
Hunter Lab76.6465-25.642326.0583
CIE-Lab81.1522-24.541029.6286

#afd591 color RGB value is (175,213,145).

#afd591 hex color red value is 175, green value is 213 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #afd591 hue: 0.26 , saturation: 0.45 and the lightness value of afd591 is 0.70.

The process color (four color CMYK) of #afd591 color hex is 0.18, 0.00, 0.32, 0.16. Web safe color of #afd591 is #99cc99. Color #afd591 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 10010001
Octal 257 325 221
Decimal 175 213 145
Hex AF D5 91

RGB Percentages of Color #afd591

%32.83
%39.96
%27.20

CMYK Percentages of Color #afd591

%18
%0
%32
%16

Triadic Colors of #afd591

#afd591 #91afd5 #d591af

Analogous Colors of #afd591

#afd591 #91d595 #d1d591

Monochromatic Colors of #afd591

#afd591

Complementary Color

#afd591 #b791d5

#afd591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd591 Color CSS Codes

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

#afd591 Text Font Color

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

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


#afd591 Background Color

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

This div background color is #afd591


#afd591 Border Color

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

This div border color is #afd591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd591


Comments

No comments written yet.

Please login to write comment.