Color Hex Logo

#addcea Color Hex

#ADDCEA
(173,220,234)
0 Favorites   0 Comments

Color spaces of #addcea

RGB 173220234
HSL0.540.590.80
HSV194°26°92°
CMYK 0.260.060.00   0.08
XYZ57.678166.011187.5434
Yxy66.01110.27310.3125
Hunter Lab81.2472-15.4639-7.0116
CIE-Lab85.0021-12.0415-11.8320

#addcea color RGB value is (173,220,234).

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

The process color (four color CMYK) of #addcea color hex is 0.26, 0.06, 0.00, 0.08. Web safe color of #addcea is #99ccff. Color #addcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 11101010
Octal 255 334 352
Decimal 173 220 234
Hex AD DC EA

RGB Percentages of Color #addcea

%27.59
%35.09
%37.32

CMYK Percentages of Color #addcea

%26
%6
%0
%8

Triadic Colors of #addcea

#addcea #eaaddc #dceaad

Analogous Colors of #addcea

#addcea #adbeea #adeada

Monochromatic Colors of #addcea

#addcea

Complementary Color

#addcea #eabbad

#addcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#addcea Color CSS Codes

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

#addcea Text Font Color

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

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


#addcea Background Color

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

This div background color is #addcea


#addcea Border Color

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

This div border color is #addcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addcea


Comments

No comments written yet.

Please login to write comment.