Color Hex Logo

#addaba Color Hex

#ADDABA
(173,218,186)
0 Favorites   0 Comments

Color spaces of #addaba

RGB 173218186
HSL0.380.380.77
HSV137°21°85°
CMYK 0.210.000.15   0.15
XYZ51.167962.572255.8352
Yxy62.57220.30170.3690
Hunter Lab79.1026-22.965913.5215
CIE-Lab83.2168-20.912710.9801

#addaba color RGB value is (173,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 10111010
Octal 255 332 272
Decimal 173 218 186
Hex AD DA BA

RGB Percentages of Color #addaba

%29.98
%37.78
%32.24

CMYK Percentages of Color #addaba

%21
%0
%15
%15

Triadic Colors of #addaba

#addaba #baadda #dabaad

Analogous Colors of #addaba

#addaba #addad1 #b7daad

Monochromatic Colors of #addaba

#addaba

Complementary Color

#addaba #daadcd

#addaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#addaba Color CSS Codes

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

#addaba Text Font Color

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

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


#addaba Background Color

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

This div background color is #addaba


#addaba Border Color

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

This div border color is #addaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addaba


Comments

No comments written yet.

Please login to write comment.