Color Hex Logo

#adccaf Color Hex

#ADCCAF
(173,204,175)
0 Favorites   0 Comments

Color spaces of #adccaf

RGB 173204175
HSL0.340.230.74
HSV124°15°80°
CMYK 0.150.000.14   0.20
XYZ46.564355.165148.7512
Yxy55.16510.30940.3666
Hunter Lab74.2732-18.070613.0747
CIE-Lab79.1363-15.908011.0232

#adccaf color RGB value is (173,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 10101111
Octal 255 314 257
Decimal 173 204 175
Hex AD CC AF

RGB Percentages of Color #adccaf

%31.34
%36.96
%31.70

CMYK Percentages of Color #adccaf

%15
%0
%14
%20

Triadic Colors of #adccaf

#adccaf #afadcc #ccafad

Analogous Colors of #adccaf

#adccaf #adccbf #bbccad

Monochromatic Colors of #adccaf

#adccaf

Complementary Color

#adccaf #ccadca

#adccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccaf Color CSS Codes

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

#adccaf Text Font Color

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

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


#adccaf Background Color

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

This div background color is #adccaf


#adccaf Border Color

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

This div border color is #adccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccaf


Comments

No comments written yet.

Please login to write comment.