Color Hex Logo

#adddec Color Hex

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

Color spaces of #adddec

RGB 173221236
HSL0.540.620.80
HSV194°27°93°
CMYK 0.270.060.00   0.07
XYZ58.230466.653389.1532
Yxy66.65330.27210.3114
Hunter Lab81.6415-15.5583-7.5962
CIE-Lab85.3286-12.1019-12.4021

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

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

The process color (four color CMYK) of #adddec color hex is 0.27, 0.06, 0.00, 0.07. Web safe color of #adddec is #99ccff. Color #adddec contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #adddec

%27.46
%35.08
%37.46

CMYK Percentages of Color #adddec

%27
%6
%0
%7

Triadic Colors of #adddec

#adddec #ecaddd #ddecad

Analogous Colors of #adddec

#adddec #adbeec #adecdc

Monochromatic Colors of #adddec

#adddec

Complementary Color

#adddec #ecbcad

#adddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddec Color CSS Codes

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

#adddec Text Font Color

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

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


#adddec Background Color

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

This div background color is #adddec


#adddec Border Color

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

This div border color is #adddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddec


Comments

No comments written yet.

Please login to write comment.