Color Hex Logo

#adeccd Color Hex

#ADECCD
(173,236,205)
0 Favorites   0 Comments

Color spaces of #adeccd

RGB 173236205
HSL0.420.620.80
HSV150°27°93°
CMYK 0.270.000.13   0.07
XYZ58.248573.282968.8326
Yxy73.28290.29070.3657
Hunter Lab85.6054-28.352812.2506
CIE-Lab88.5825-26.08348.6656

#adeccd color RGB value is (173,236,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 11001101
Octal 255 354 315
Decimal 173 236 205
Hex AD EC CD

RGB Percentages of Color #adeccd

%28.18
%38.44
%33.39

CMYK Percentages of Color #adeccd

%27
%0
%13
%7

Triadic Colors of #adeccd

#adeccd #cdadec #eccdad

Analogous Colors of #adeccd

#adeccd #adecec #adecae

Monochromatic Colors of #adeccd

#adeccd

Complementary Color

#adeccd #ecadcc

#adeccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeccd Color CSS Codes

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

#adeccd Text Font Color

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

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


#adeccd Background Color

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

This div background color is #adeccd


#adeccd Border Color

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

This div border color is #adeccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeccd


Comments

No comments written yet.

Please login to write comment.