Color Hex Logo

#addced Color Hex

#ADDCED
(173,220,237)
0 Favorites   0 Comments

Color spaces of #addced

RGB 173220237
HSL0.540.640.80
HSV196°27°93°
CMYK 0.270.070.00   0.07
XYZ58.112866.185189.8329
Yxy66.18510.27140.3091
Hunter Lab81.3542-14.8641-8.5212
CIE-Lab85.0907-11.3629-13.2864

#addced color RGB value is (173,220,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 11101101
Octal 255 334 355
Decimal 173 220 237
Hex AD DC ED

RGB Percentages of Color #addced

%27.46
%34.92
%37.62

CMYK Percentages of Color #addced

%27
%7
%0
%7

Triadic Colors of #addced

#addced #edaddc #dcedad

Analogous Colors of #addced

#addced #adbced #adedde

Monochromatic Colors of #addced

#addced

Complementary Color

#addced #edbead

#addced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addced Color Preview on White Background

Lorem ipsum dolor sit amet.

#addced Color CSS Codes

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

#addced Text Font Color

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

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


#addced Background Color

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

This div background color is #addced


#addced Border Color

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

This div border color is #addced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addced


Comments

No comments written yet.

Please login to write comment.