Color Hex Logo

#afdcab Color Hex

#AFDCAB
(175,220,171)
0 Favorites   0 Comments

Color spaces of #afdcab

RGB 175220171
HSL0.320.410.77
HSV115°22°86°
CMYK 0.200.000.22   0.14
XYZ50.623163.240648.0666
Yxy63.24060.31260.3905
Hunter Lab79.5240-25.538019.8302
CIE-Lab83.5688-23.878919.3851

#afdcab color RGB value is (175,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10101011
Octal 257 334 253
Decimal 175 220 171
Hex AF DC AB

RGB Percentages of Color #afdcab

%30.92
%38.87
%30.21

CMYK Percentages of Color #afdcab

%20
%0
%22
%14

Triadic Colors of #afdcab

#afdcab #abafdc #dcabaf

Analogous Colors of #afdcab

#afdcab #abdcc0 #c8dcab

Monochromatic Colors of #afdcab

#afdcab

Complementary Color

#afdcab #d8abdc

#afdcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcab Color CSS Codes

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

#afdcab Text Font Color

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

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


#afdcab Background Color

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

This div background color is #afdcab


#afdcab Border Color

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

This div border color is #afdcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcab


Comments

No comments written yet.

Please login to write comment.