Color Hex Logo

#addce1 Color Hex

#ADDCE1
(173,220,225)
0 Favorites   0 Comments

Color spaces of #addce1

RGB 173220225
HSL0.520.460.78
HSV186°23°88°
CMYK 0.230.020.00   0.12
XYZ56.417465.506980.9047
Yxy65.50690.27820.3230
Hunter Lab80.9363-17.2135-2.6114
CIE-Lab84.7443-14.0372-7.4514

#addce1 color RGB value is (173,220,225).

#addce1 hex color red value is 173, green value is 220 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #addce1 hue: 0.52 , saturation: 0.46 and the lightness value of addce1 is 0.78.

The process color (four color CMYK) of #addce1 color hex is 0.23, 0.02, 0.00, 0.12. Web safe color of #addce1 is #99cccc. Color #addce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 11100001
Octal 255 334 341
Decimal 173 220 225
Hex AD DC E1

RGB Percentages of Color #addce1

%27.99
%35.60
%36.41

CMYK Percentages of Color #addce1

%23
%2
%0
%12

Triadic Colors of #addce1

#addce1 #e1addc #dce1ad

Analogous Colors of #addce1

#addce1 #adc2e1 #ade1cc

Monochromatic Colors of #addce1

#addce1

Complementary Color

#addce1 #e1b2ad

#addce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addce1 Color CSS Codes

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

#addce1 Text Font Color

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

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


#addce1 Background Color

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

This div background color is #addce1


#addce1 Border Color

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

This div border color is #addce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addce1


Comments

No comments written yet.

Please login to write comment.