Color Hex Logo

#adcfaa Color Hex

#ADCFAA
(173,207,170)
0 Favorites   0 Comments

Color spaces of #adcfaa

RGB 173207170
HSL0.320.280.74
HSV115°18°81°
CMYK 0.160.000.18   0.19
XYZ46.802156.412246.4521
Yxy56.41220.31270.3769
Hunter Lab75.1081-20.210415.9065
CIE-Lab79.8478-18.305314.6942

#adcfaa color RGB value is (173,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 10101010
Octal 255 317 252
Decimal 173 207 170
Hex AD CF AA

RGB Percentages of Color #adcfaa

%31.45
%37.64
%30.91

CMYK Percentages of Color #adcfaa

%16
%0
%18
%19

Triadic Colors of #adcfaa

#adcfaa #aaadcf #cfaaad

Analogous Colors of #adcfaa

#adcfaa #aacfba #c0cfaa

Monochromatic Colors of #adcfaa

#adcfaa

Complementary Color

#adcfaa #ccaacf

#adcfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfaa Color CSS Codes

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

#adcfaa Text Font Color

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

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


#adcfaa Background Color

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

This div background color is #adcfaa


#adcfaa Border Color

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

This div border color is #adcfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,207,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfaa


Comments

No comments written yet.

Please login to write comment.