Color Hex Logo

#addacb Color Hex

#ADDACB
(173,218,203)
0 Favorites   0 Comments

Color spaces of #addacb

RGB 173218203
HSL0.440.380.77
HSV160°21°85°
CMYK 0.210.000.07   0.15
XYZ53.084563.338865.9277
Yxy63.33880.29110.3473
Hunter Lab79.5857-20.21356.5949
CIE-Lab83.6203-17.63582.5596

#addacb color RGB value is (173,218,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11001011
Octal 255 332 313
Decimal 173 218 203
Hex AD DA CB

RGB Percentages of Color #addacb

%29.12
%36.70
%34.18

CMYK Percentages of Color #addacb

%21
%0
%7
%15

Triadic Colors of #addacb

#addacb #cbadda #dacbad

Analogous Colors of #addacb

#addacb #add3da #addab5

Monochromatic Colors of #addacb

#addacb

Complementary Color

#addacb #daadbc

#addacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#addacb Color CSS Codes

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

#addacb Text Font Color

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

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


#addacb Background Color

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

This div background color is #addacb


#addacb Border Color

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

This div border color is #addacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addacb


Comments

No comments written yet.

Please login to write comment.