Color Hex Logo

#adddda Color Hex

#ADDDDA
(173,221,218)
0 Favorites   0 Comments

Color spaces of #adddda

RGB 173221218
HSL0.490.410.77
HSV176°22°87°
CMYK 0.220.000.01   0.13
XYZ55.744965.659176.0651
Yxy65.65910.28230.3325
Hunter Lab81.0303-19.00371.0643
CIE-Lab84.8222-16.0496-3.6305

#adddda color RGB value is (173,221,218).

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

The process color (four color CMYK) of #adddda color hex is 0.22, 0.00, 0.01, 0.13. Web safe color of #adddda is #99cccc. Color #adddda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11011010
Octal 255 335 332
Decimal 173 221 218
Hex AD DD DA

RGB Percentages of Color #adddda

%28.27
%36.11
%35.62

CMYK Percentages of Color #adddda

%22
%0
%1
%13

Triadic Colors of #adddda

#adddda #daaddd #dddaad

Analogous Colors of #adddda

#adddda #adc8dd #adddc2

Monochromatic Colors of #adddda

#adddda

Complementary Color

#adddda #ddadb0

#adddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddda Color CSS Codes

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

#adddda Text Font Color

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

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


#adddda Background Color

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

This div background color is #adddda


#adddda Border Color

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

This div border color is #adddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddda


Comments

No comments written yet.

Please login to write comment.