Color Hex Logo

#afdaa3 Color Hex

#AFDAA3
(175,218,163)
0 Favorites   0 Comments

Color spaces of #afdaa3

RGB 175218163
HSL0.300.430.75
HSV107°25°85°
CMYK 0.200.000.25   0.15
XYZ49.361561.901143.9968
Yxy61.90110.31790.3987
Hunter Lab78.6773-25.695721.9187
CIE-Lab82.8608-24.222322.5898

#afdaa3 color RGB value is (175,218,163).

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

The process color (four color CMYK) of #afdaa3 color hex is 0.20, 0.00, 0.25, 0.15. Web safe color of #afdaa3 is #99cc99. Color #afdaa3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10100011
Octal 257 332 243
Decimal 175 218 163
Hex AF DA A3

RGB Percentages of Color #afdaa3

%31.47
%39.21
%29.32

CMYK Percentages of Color #afdaa3

%20
%0
%25
%15

Triadic Colors of #afdaa3

#afdaa3 #a3afda #daa3af

Analogous Colors of #afdaa3

#afdaa3 #a3dab3 #cbdaa3

Monochromatic Colors of #afdaa3

#afdaa3

Complementary Color

#afdaa3 #cea3da

#afdaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdaa3 Color CSS Codes

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

#afdaa3 Text Font Color

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

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


#afdaa3 Background Color

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

This div background color is #afdaa3


#afdaa3 Border Color

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

This div border color is #afdaa3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,218,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 #afdaa3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdaa3


Comments

No comments written yet.

Please login to write comment.