Color Hex Logo

#adcfab Color Hex

#ADCFAB
(173,207,171)
0 Favorites   0 Comments

Color spaces of #adcfab

RGB 173207171
HSL0.320.270.74
HSV117°17°81°
CMYK 0.160.000.17   0.19
XYZ46.897156.450246.9523
Yxy56.45020.31200.3756
Hunter Lab75.1333-20.066415.5419
CIE-Lab79.8694-18.131114.1928

#adcfab color RGB value is (173,207,171).

#adcfab hex color red value is 173, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #adcfab hue: 0.32 , saturation: 0.27 and the lightness value of adcfab is 0.74.

The process color (four color CMYK) of #adcfab color hex is 0.16, 0.00, 0.17, 0.19. Web safe color of #adcfab is #99cc99. Color #adcfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 10101011
Octal 255 317 253
Decimal 173 207 171
Hex AD CF AB

RGB Percentages of Color #adcfab

%31.40
%37.57
%31.03

CMYK Percentages of Color #adcfab

%16
%0
%17
%19

Triadic Colors of #adcfab

#adcfab #abadcf #cfabad

Analogous Colors of #adcfab

#adcfab #abcfbb #bfcfab

Monochromatic Colors of #adcfab

#adcfab

Complementary Color

#adcfab #cdabcf

#adcfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfab Color CSS Codes

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

#adcfab Text Font Color

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

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


#adcfab Background Color

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

This div background color is #adcfab


#adcfab Border Color

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

This div border color is #adcfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfab


Comments

No comments written yet.

Please login to write comment.