Color Hex Logo

#afdaab Color Hex

#AFDAAB
(175,218,171)
0 Favorites   0 Comments

Color spaces of #afdaab

RGB 175218171
HSL0.320.390.76
HSV115°22°85°
CMYK 0.200.000.22   0.15
XYZ50.101362.197047.8927
Yxy62.19700.31280.3883
Hunter Lab78.8651-24.616619.2003
CIE-Lab83.0181-22.902318.6195

#afdaab color RGB value is (175,218,171).

#afdaab hex color red value is 175, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afdaab hue: 0.32 , saturation: 0.39 and the lightness value of afdaab is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10101011
Octal 257 332 253
Decimal 175 218 171
Hex AF DA AB

RGB Percentages of Color #afdaab

%31.03
%38.65
%30.32

CMYK Percentages of Color #afdaab

%20
%0
%22
%15

Triadic Colors of #afdaab

#afdaab #abafda #daabaf

Analogous Colors of #afdaab

#afdaab #abdabf #c7daab

Monochromatic Colors of #afdaab

#afdaab

Complementary Color

#afdaab #d6abda

#afdaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdaab Color CSS Codes

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

#afdaab Text Font Color

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

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


#afdaab Background Color

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

This div background color is #afdaab


#afdaab Border Color

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

This div border color is #afdaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdaab


Comments

No comments written yet.

Please login to write comment.