Color Hex Logo

#adfddd Color Hex

#ADFDDD
(173,253,221)
0 Favorites   0 Comments

Color spaces of #adfddd

RGB 173253221
HSL0.430.950.84
HSV156°32°99°
CMYK 0.320.000.13   0.01
XYZ65.410084.355381.2413
Yxy84.35530.28320.3652
Hunter Lab91.8451-33.605411.8468
CIE-Lab93.6046-30.99347.5742

#adfddd color RGB value is (173,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 11011101
Octal 255 375 335
Decimal 173 253 221
Hex AD FD DD

RGB Percentages of Color #adfddd

%26.74
%39.10
%34.16

CMYK Percentages of Color #adfddd

%32
%0
%13
%1

Triadic Colors of #adfddd

#adfddd #ddadfd #fdddad

Analogous Colors of #adfddd

#adfddd #adf5fd #adfdb5

Monochromatic Colors of #adfddd

#adfddd

Complementary Color

#adfddd #fdadcd

#adfddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfddd Color CSS Codes

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

#adfddd Text Font Color

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

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


#adfddd Background Color

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

This div background color is #adfddd


#adfddd Border Color

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

This div border color is #adfddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfddd

Related Colors


Comments

No comments written yet.

Please login to write comment.