Color Hex Logo

#afdda3 Color Hex

#AFDDA3
(175,221,163)
0 Favorites   0 Comments

Color spaces of #afdda3

RGB 175221163
HSL0.300.460.75
HSV108°26°87°
CMYK 0.210.000.26   0.13
XYZ50.146563.471244.2585
Yxy63.47120.31760.4020
Hunter Lab79.6688-27.065922.8307
CIE-Lab83.6897-25.675823.7263

#afdda3 color RGB value is (175,221,163).

#afdda3 hex color red value is 175, green value is 221 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #afdda3 hue: 0.30 , saturation: 0.46 and the lightness value of afdda3 is 0.75.

The process color (four color CMYK) of #afdda3 color hex is 0.21, 0.00, 0.26, 0.13. Web safe color of #afdda3 is #99cc99. Color #afdda3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10100011
Octal 257 335 243
Decimal 175 221 163
Hex AF DD A3

RGB Percentages of Color #afdda3

%31.31
%39.53
%29.16

CMYK Percentages of Color #afdda3

%21
%0
%26
%13

Triadic Colors of #afdda3

#afdda3 #a3afdd #dda3af

Analogous Colors of #afdda3

#afdda3 #a3ddb4 #ccdda3

Monochromatic Colors of #afdda3

#afdda3

Complementary Color

#afdda3 #d1a3dd

#afdda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdda3 Color CSS Codes

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

#afdda3 Text Font Color

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

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


#afdda3 Background Color

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

This div background color is #afdda3


#afdda3 Border Color

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

This div border color is #afdda3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdda3


Comments

No comments written yet.

Please login to write comment.