Color Hex Logo

#adcfac Color Hex

#ADCFAC
(173,207,172)
0 Favorites   0 Comments

Color spaces of #adcfac

RGB 173207172
HSL0.330.270.74
HSV118°17°81°
CMYK 0.160.000.17   0.19
XYZ46.992856.488447.4563
Yxy56.48840.31130.3743
Hunter Lab75.1588-19.921215.1746
CIE-Lab79.8910-17.955713.6913

#adcfac color RGB value is (173,207,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 10101100
Octal 255 317 254
Decimal 173 207 172
Hex AD CF AC

RGB Percentages of Color #adcfac

%31.34
%37.50
%31.16

CMYK Percentages of Color #adcfac

%16
%0
%17
%19

Triadic Colors of #adcfac

#adcfac #acadcf #cfacad

Analogous Colors of #adcfac

#adcfac #accfbd #bfcfac

Monochromatic Colors of #adcfac

#adcfac

Complementary Color

#adcfac #ceaccf

#adcfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfac Color CSS Codes

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

#adcfac Text Font Color

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

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


#adcfac Background Color

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

This div background color is #adcfac


#adcfac Border Color

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

This div border color is #adcfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfac


Comments

No comments written yet.

Please login to write comment.