Color Hex Logo

#adcdc4 Color Hex

#ADCDC4
(173,205,196)
0 Favorites   0 Comments

Color spaces of #adcdc4

RGB 173205196
HSL0.450.240.74
HSV163°16°80°
CMYK 0.160.000.04   0.20
XYZ49.028756.532460.5523
Yxy56.53240.29520.3403
Hunter Lab75.1880-15.18264.8827
CIE-Lab79.9159-12.43390.9021

#adcdc4 color RGB value is (173,205,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11000100
Octal 255 315 304
Decimal 173 205 196
Hex AD CD C4

RGB Percentages of Color #adcdc4

%30.14
%35.71
%34.15

CMYK Percentages of Color #adcdc4

%16
%0
%4
%20

Triadic Colors of #adcdc4

#adcdc4 #c4adcd #cdc4ad

Analogous Colors of #adcdc4

#adcdc4 #adc6cd #adcdb4

Monochromatic Colors of #adcdc4

#adcdc4

Complementary Color

#adcdc4 #cdadb6

#adcdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdc4 Color CSS Codes

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

#adcdc4 Text Font Color

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

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


#adcdc4 Background Color

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

This div background color is #adcdc4


#adcdc4 Border Color

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

This div border color is #adcdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdc4


Comments

No comments written yet.

Please login to write comment.