Color Hex Logo

#adffdc Color Hex

#ADFFDC
(173,255,220)
0 Favorites   0 Comments

Color spaces of #adffdc

RGB 173255220
HSL0.431.000.84
HSV154°32°100°
CMYK 0.320.000.14   0.00
XYZ65.911885.571580.7532
Yxy85.57150.28380.3685
Hunter Lab92.5049-34.698212.9955
CIE-Lab94.1288-32.12708.8420

#adffdc color RGB value is (173,255,220).

#adffdc hex color red value is 173, green value is 255 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #adffdc hue: 0.43 , saturation: 1.00 and the lightness value of adffdc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 11011100
Octal 255 377 334
Decimal 173 255 220
Hex AD FF DC

RGB Percentages of Color #adffdc

%26.70
%39.35
%33.95

CMYK Percentages of Color #adffdc

%32
%0
%14
%0

Triadic Colors of #adffdc

#adffdc #dcadff #ffdcad

Analogous Colors of #adffdc

#adffdc #adf9ff #adffb3

Monochromatic Colors of #adffdc

#adffdc

Complementary Color

#adffdc #ffadd0

#adffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adffdc Color CSS Codes

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

#adffdc Text Font Color

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

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


#adffdc Background Color

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

This div background color is #adffdc


#adffdc Border Color

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

This div border color is #adffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adffdc

Related Colors

#adffdc Color Palettes


Comments

No comments written yet.

Please login to write comment.