Color Hex Logo

#addada Color Hex

#ADDADA
(173,218,218)
0 Favorites   0 Comments

Color spaces of #addada

RGB 173218218
HSL0.500.380.77
HSV180°21°85°
CMYK 0.210.000.00   0.15
XYZ54.959964.089075.8034
Yxy64.08900.28210.3289
Hunter Lab80.0556-17.5532-0.1018
CIE-Lab84.0121-14.5314-4.8235

#addada color RGB value is (173,218,218).

#addada hex color red value is 173, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #addada hue: 0.50 , saturation: 0.38 and the lightness value of addada is 0.77.

The process color (four color CMYK) of #addada color hex is 0.21, 0.00, 0.00, 0.15. Web safe color of #addada is #99cccc. Color #addada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11011010
Octal 255 332 332
Decimal 173 218 218
Hex AD DA DA

RGB Percentages of Color #addada

%28.41
%35.80
%35.80

CMYK Percentages of Color #addada

%21
%0
%0
%15

Triadic Colors of #addada

#addada #daadda #dadaad

Analogous Colors of #addada

#addada #adc4da #addac4

Monochromatic Colors of #addada

#addada

Complementary Color

#addada #daadad

#addada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addada Color Preview on White Background

Lorem ipsum dolor sit amet.

#addada Color CSS Codes

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

#addada Text Font Color

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

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


#addada Background Color

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

This div background color is #addada


#addada Border Color

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

This div border color is #addada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addada


Comments

No comments written yet.

Please login to write comment.