Color Hex Logo

#adecdd Color Hex

#ADECDD
(173,236,221)
0 Favorites   0 Comments

Color spaces of #adecdd

RGB 173236221
HSL0.460.620.80
HSV166°27°93°
CMYK 0.270.000.06   0.07
XYZ60.280274.095679.5314
Yxy74.09560.28180.3464
Hunter Lab86.0788-25.63605.4749
CIE-Lab88.9676-22.86210.8611

#adecdd color RGB value is (173,236,221).

#adecdd hex color red value is 173, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #adecdd hue: 0.46 , saturation: 0.62 and the lightness value of adecdd is 0.80.

The process color (four color CMYK) of #adecdd color hex is 0.27, 0.00, 0.06, 0.07. Web safe color of #adecdd is #99ffcc. Color #adecdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 11011101
Octal 255 354 335
Decimal 173 236 221
Hex AD EC DD

RGB Percentages of Color #adecdd

%27.46
%37.46
%35.08

CMYK Percentages of Color #adecdd

%27
%0
%6
%7

Triadic Colors of #adecdd

#adecdd #ddadec #ecddad

Analogous Colors of #adecdd

#adecdd #addcec #adecbe

Monochromatic Colors of #adecdd

#adecdd

Complementary Color

#adecdd #ecadbc

#adecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adecdd Color CSS Codes

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

#adecdd Text Font Color

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

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


#adecdd Background Color

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

This div background color is #adecdd


#adecdd Border Color

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

This div border color is #adecdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,236,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 #adecdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adecdd


Comments

No comments written yet.

Please login to write comment.