Color Hex Logo

#adcdbf Color Hex

#ADCDBF
(173,205,191)
0 Favorites   0 Comments

Color spaces of #adcdbf

RGB 173205191
HSL0.430.240.74
HSV154°16°80°
CMYK 0.160.000.07   0.20
XYZ48.468956.308557.6043
Yxy56.30850.29850.3468
Hunter Lab75.0390-16.02227.0128
CIE-Lab79.7891-13.41943.3971

#adcdbf color RGB value is (173,205,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 10111111
Octal 255 315 277
Decimal 173 205 191
Hex AD CD BF

RGB Percentages of Color #adcdbf

%30.40
%36.03
%33.57

CMYK Percentages of Color #adcdbf

%16
%0
%7
%20

Triadic Colors of #adcdbf

#adcdbf #bfadcd #cdbfad

Analogous Colors of #adcdbf

#adcdbf #adcbcd #adcdaf

Monochromatic Colors of #adcdbf

#adcdbf

Complementary Color

#adcdbf #cdadbb

#adcdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdbf Color CSS Codes

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

#adcdbf Text Font Color

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

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


#adcdbf Background Color

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

This div background color is #adcdbf


#adcdbf Border Color

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

This div border color is #adcdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdbf


Comments

No comments written yet.

Please login to write comment.