Color Hex Logo

#adcdb4 Color Hex

#ADCDB4
(173,205,180)
1 Favorites   0 Comments

Color spaces of #adcdb4

RGB 173205180
HSL0.370.240.74
HSV133°16°80°
CMYK 0.160.000.12   0.20
XYZ47.303155.842251.4655
Yxy55.84220.30590.3612
Hunter Lab74.7276-17.781711.4759
CIE-Lab79.5239-15.50528.9032

#adcdb4 color RGB value is (173,205,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 10110100
Octal 255 315 264
Decimal 173 205 180
Hex AD CD B4

RGB Percentages of Color #adcdb4

%31.00
%36.74
%32.26

CMYK Percentages of Color #adcdb4

%16
%0
%12
%20

Triadic Colors of #adcdb4

#adcdb4 #b4adcd #cdb4ad

Analogous Colors of #adcdb4

#adcdb4 #adcdc4 #b6cdad

Monochromatic Colors of #adcdb4

#adcdb4

Complementary Color

#adcdb4 #cdadc6

#adcdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdb4 Color CSS Codes

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

#adcdb4 Text Font Color

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

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


#adcdb4 Background Color

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

This div background color is #adcdb4


#adcdb4 Border Color

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

This div border color is #adcdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdb4


Comments

No comments written yet.

Please login to write comment.