Color Hex Logo

#addaec Color Hex

#ADDAEC
(173,218,236)
0 Favorites   0 Comments

Color spaces of #addaec

RGB 173218236
HSL0.550.620.80
HSV197°27°93°
CMYK 0.270.080.00   0.07
XYZ57.445365.083288.8915
Yxy65.08320.27170.3078
Hunter Lab80.6742-14.0761-8.8573
CIE-Lab84.5266-10.5623-13.6016

#addaec color RGB value is (173,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11101100
Octal 255 332 354
Decimal 173 218 236
Hex AD DA EC

RGB Percentages of Color #addaec

%27.59
%34.77
%37.64

CMYK Percentages of Color #addaec

%27
%8
%0
%7

Triadic Colors of #addaec

#addaec #ecadda #daecad

Analogous Colors of #addaec

#addaec #adbbec #adecdf

Monochromatic Colors of #addaec

#addaec

Complementary Color

#addaec #ecbfad

#addaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#addaec Color CSS Codes

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

#addaec Text Font Color

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

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


#addaec Background Color

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

This div background color is #addaec


#addaec Border Color

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

This div border color is #addaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addaec


Comments

No comments written yet.

Please login to write comment.