Color Hex Logo

#addfbd Color Hex

#ADDFBD
(173,223,189)
0 Favorites   0 Comments

Color spaces of #addfbd

RGB 173223189
HSL0.390.440.78
HSV139°22°87°
CMYK 0.220.000.15   0.13
XYZ52.806665.333757.9716
Yxy65.33370.29980.3710
Hunter Lab80.8293-24.835314.0571
CIE-Lab84.6554-22.817111.4443

#addfbd color RGB value is (173,223,189).

#addfbd hex color red value is 173, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #addfbd hue: 0.39 , saturation: 0.44 and the lightness value of addfbd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 10111101
Octal 255 337 275
Decimal 173 223 189
Hex AD DF BD

RGB Percentages of Color #addfbd

%29.57
%38.12
%32.31

CMYK Percentages of Color #addfbd

%22
%0
%15
%13

Triadic Colors of #addfbd

#addfbd #bdaddf #dfbdad

Analogous Colors of #addfbd

#addfbd #addfd6 #b6dfad

Monochromatic Colors of #addfbd

#addfbd

Complementary Color

#addfbd #dfadcf

#addfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfbd Color CSS Codes

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

#addfbd Text Font Color

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

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


#addfbd Background Color

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

This div background color is #addfbd


#addfbd Border Color

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

This div border color is #addfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfbd


Comments

No comments written yet.

Please login to write comment.