Color Hex Logo

#adccc8 Color Hex

#ADCCC8
(173,204,200)
0 Favorites   0 Comments

Color spaces of #adccc8

RGB 173204200
HSL0.480.230.74
HSV172°15°80°
CMYK 0.150.000.02   0.20
XYZ49.251856.240162.9032
Yxy56.24010.29250.3340
Hunter Lab74.9934-14.00882.7639
CIE-Lab79.7503-11.1128-1.4849

#adccc8 color RGB value is (173,204,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11001000
Octal 255 314 310
Decimal 173 204 200
Hex AD CC C8

RGB Percentages of Color #adccc8

%29.98
%35.36
%34.66

CMYK Percentages of Color #adccc8

%15
%0
%2
%20

Triadic Colors of #adccc8

#adccc8 #c8adcc #ccc8ad

Analogous Colors of #adccc8

#adccc8 #adc1cc #adccb9

Monochromatic Colors of #adccc8

#adccc8

Complementary Color

#adccc8 #ccadb1

#adccc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccc8 Color CSS Codes

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

#adccc8 Text Font Color

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

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


#adccc8 Background Color

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

This div background color is #adccc8


#adccc8 Border Color

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

This div border color is #adccc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccc8


Comments

No comments written yet.

Please login to write comment.