Color Hex Logo

#addded Color Hex

#ADDDED
(173,221,237)
0 Favorites   0 Comments

Color spaces of #addded

RGB 173221237
HSL0.540.640.80
HSV195°27°93°
CMYK 0.270.070.00   0.07
XYZ58.376166.711689.9206
Yxy66.71160.27150.3103
Hunter Lab81.6772-15.3580-8.0999
CIE-Lab85.3581-11.8753-12.8865

#addded color RGB value is (173,221,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11101101
Octal 255 335 355
Decimal 173 221 237
Hex AD DD ED

RGB Percentages of Color #addded

%27.42
%35.02
%37.56

CMYK Percentages of Color #addded

%27
%7
%0
%7

Triadic Colors of #addded

#addded #edaddd #ddedad

Analogous Colors of #addded

#addded #adbded #adeddd

Monochromatic Colors of #addded

#addded

Complementary Color

#addded #edbdad

#addded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addded Color Preview on White Background

Lorem ipsum dolor sit amet.

#addded Color CSS Codes

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

#addded Text Font Color

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

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


#addded Background Color

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

This div background color is #addded


#addded Border Color

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

This div border color is #addded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addded


Comments

No comments written yet.

Please login to write comment.