Color Hex Logo

#adccc1 Color Hex

#ADCCC1
(173,204,193)
0 Favorites   0 Comments

Color spaces of #adccc1

RGB 173204193
HSL0.440.230.74
HSV159°15°80°
CMYK 0.150.000.05   0.20
XYZ48.452155.920258.6921
Yxy55.92020.29710.3429
Hunter Lab74.7798-15.20915.8112
CIE-Lab79.5684-12.51432.0048

#adccc1 color RGB value is (173,204,193).

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

The process color (four color CMYK) of #adccc1 color hex is 0.15, 0.00, 0.05, 0.20. Web safe color of #adccc1 is #99cccc. Color #adccc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11000001
Octal 255 314 301
Decimal 173 204 193
Hex AD CC C1

RGB Percentages of Color #adccc1

%30.35
%35.79
%33.86

CMYK Percentages of Color #adccc1

%15
%0
%5
%20

Triadic Colors of #adccc1

#adccc1 #c1adcc #ccc1ad

Analogous Colors of #adccc1

#adccc1 #adc8cc #adccb2

Monochromatic Colors of #adccc1

#adccc1

Complementary Color

#adccc1 #ccadb8

#adccc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccc1 Color CSS Codes

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

#adccc1 Text Font Color

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

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


#adccc1 Background Color

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

This div background color is #adccc1


#adccc1 Border Color

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

This div border color is #adccc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccc1


Comments

No comments written yet.

Please login to write comment.