Color Hex Logo

#adccc3 Color Hex

#ADCCC3
(173,204,195)
0 Favorites   0 Comments

Color spaces of #adccc3

RGB 173204195
HSL0.450.230.74
HSV163°15°80°
CMYK 0.150.000.04   0.20
XYZ48.676856.010159.8753
Yxy56.01010.29580.3404
Hunter Lab74.8399-14.87124.9532
CIE-Lab79.6196-12.11841.0065

#adccc3 color RGB value is (173,204,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11000011
Octal 255 314 303
Decimal 173 204 195
Hex AD CC C3

RGB Percentages of Color #adccc3

%30.24
%35.66
%34.09

CMYK Percentages of Color #adccc3

%15
%0
%4
%20

Triadic Colors of #adccc3

#adccc3 #c3adcc #ccc3ad

Analogous Colors of #adccc3

#adccc3 #adc6cc #adccb4

Monochromatic Colors of #adccc3

#adccc3

Complementary Color

#adccc3 #ccadb6

#adccc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccc3 Color CSS Codes

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

#adccc3 Text Font Color

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

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


#adccc3 Background Color

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

This div background color is #adccc3


#adccc3 Border Color

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

This div border color is #adccc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccc3


Comments

No comments written yet.

Please login to write comment.