Color Hex Logo

#afd593 Color Hex

#AFD593
(175,213,147)
0 Favorites   0 Comments

Color spaces of #afd593

RGB 175213147
HSL0.260.440.71
HSV95°31°84°
CMYK 0.180.000.31   0.16
XYZ46.739958.809036.4916
Yxy58.80900.32910.4140
Hunter Lab76.6870-25.408525.4677
CIE-Lab81.1865-24.250328.6399

#afd593 color RGB value is (175,213,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 10010011
Octal 257 325 223
Decimal 175 213 147
Hex AF D5 93

RGB Percentages of Color #afd593

%32.71
%39.81
%27.48

CMYK Percentages of Color #afd593

%18
%0
%31
%16

Triadic Colors of #afd593

#afd593 #93afd5 #d593af

Analogous Colors of #afd593

#afd593 #93d598 #d0d593

Monochromatic Colors of #afd593

#afd593

Complementary Color

#afd593 #b993d5

#afd593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd593 Color CSS Codes

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

#afd593 Text Font Color

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

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


#afd593 Background Color

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

This div background color is #afd593


#afd593 Border Color

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

This div border color is #afd593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd593


Comments

No comments written yet.

Please login to write comment.