Color Hex Logo

#adfdcd Color Hex

#ADFDCD
(173,253,205)
0 Favorites   0 Comments

Color spaces of #adfdcd

RGB 173253205
HSL0.400.950.84
HSV144°32°99°
CMYK 0.320.000.19   0.01
XYZ63.378383.542670.5425
Yxy83.54260.29140.3842
Hunter Lab91.4016-36.180218.2220
CIE-Lab93.2515-34.090015.3059

#adfdcd color RGB value is (173,253,205).

#adfdcd hex color red value is 173, green value is 253 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #adfdcd hue: 0.40 , saturation: 0.95 and the lightness value of adfdcd is 0.84.

The process color (four color CMYK) of #adfdcd color hex is 0.32, 0.00, 0.19, 0.01. Web safe color of #adfdcd is #99ffcc. Color #adfdcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 11001101
Octal 255 375 315
Decimal 173 253 205
Hex AD FD CD

RGB Percentages of Color #adfdcd

%27.42
%40.10
%32.49

CMYK Percentages of Color #adfdcd

%32
%0
%19
%1

Triadic Colors of #adfdcd

#adfdcd #cdadfd #fdcdad

Analogous Colors of #adfdcd

#adfdcd #adfdf5 #b5fdad

Monochromatic Colors of #adfdcd

#adfdcd

Complementary Color

#adfdcd #fdaddd

#adfdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdcd Color CSS Codes

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

#adfdcd Text Font Color

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

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


#adfdcd Background Color

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

This div background color is #adfdcd


#adfdcd Border Color

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

This div border color is #adfdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdcd

Related Colors

#adfdcd Color Palettes


Comments

No comments written yet.

Please login to write comment.