Color Hex Logo

#addbaf Color Hex

#ADDBAF
(173,219,175)
0 Favorites   0 Comments

Color spaces of #addbaf

RGB 173219175
HSL0.340.390.77
HSV123°21°86°
CMYK 0.210.000.20   0.14
XYZ50.303062.642449.9974
Yxy62.64240.30870.3844
Hunter Lab79.1470-25.058917.9492
CIE-Lab83.2539-23.377416.8298

#addbaf color RGB value is (173,219,175).

#addbaf hex color red value is 173, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #addbaf hue: 0.34 , saturation: 0.39 and the lightness value of addbaf is 0.77.

The process color (four color CMYK) of #addbaf color hex is 0.21, 0.00, 0.20, 0.14. Web safe color of #addbaf is #99cc99. Color #addbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 10101111
Octal 255 333 257
Decimal 173 219 175
Hex AD DB AF

RGB Percentages of Color #addbaf

%30.51
%38.62
%30.86

CMYK Percentages of Color #addbaf

%21
%0
%20
%14

Triadic Colors of #addbaf

#addbaf #afaddb #dbafad

Analogous Colors of #addbaf

#addbaf #addbc6 #c2dbad

Monochromatic Colors of #addbaf

#addbaf

Complementary Color

#addbaf #dbadd9

#addbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbaf Color CSS Codes

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

#addbaf Text Font Color

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

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


#addbaf Background Color

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

This div background color is #addbaf


#addbaf Border Color

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

This div border color is #addbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbaf


Comments

No comments written yet.

Please login to write comment.