Color Hex Logo

#adcfaf Color Hex

#ADCFAF
(173,207,175)
0 Favorites   0 Comments

Color spaces of #adcfaf

RGB 173207175
HSL0.340.260.75
HSV124°16°81°
CMYK 0.160.000.15   0.19
XYZ47.284356.605048.9912
Yxy56.60500.30930.3703
Hunter Lab75.2363-19.480314.0579
CIE-Lab79.9569-17.424012.1875

#adcfaf color RGB value is (173,207,175).

#adcfaf hex color red value is 173, green value is 207 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #adcfaf hue: 0.34 , saturation: 0.26 and the lightness value of adcfaf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 10101111
Octal 255 317 257
Decimal 173 207 175
Hex AD CF AF

RGB Percentages of Color #adcfaf

%31.17
%37.30
%31.53

CMYK Percentages of Color #adcfaf

%16
%0
%15
%19

Triadic Colors of #adcfaf

#adcfaf #afadcf #cfafad

Analogous Colors of #adcfaf

#adcfaf #adcfc0 #bccfad

Monochromatic Colors of #adcfaf

#adcfaf

Complementary Color

#adcfaf #cfadcd

#adcfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfaf Color CSS Codes

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

#adcfaf Text Font Color

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

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


#adcfaf Background Color

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

This div background color is #adcfaf


#adcfaf Border Color

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

This div border color is #adcfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfaf


Comments

No comments written yet.

Please login to write comment.