Color Hex Logo

#addebc Color Hex

#ADDEBC
(173,222,188)
0 Favorites   0 Comments

Color spaces of #addebc

RGB 173222188
HSL0.380.430.77
HSV138°22°87°
CMYK 0.220.000.15   0.13
XYZ52.432064.757657.3130
Yxy64.75760.30050.3711
Hunter Lab80.4721-24.523614.1036
CIE-Lab84.3587-22.512411.5489

#addebc color RGB value is (173,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 10111100
Octal 255 336 274
Decimal 173 222 188
Hex AD DE BC

RGB Percentages of Color #addebc

%29.67
%38.08
%32.25

CMYK Percentages of Color #addebc

%22
%0
%15
%13

Triadic Colors of #addebc

#addebc #bcadde #debcad

Analogous Colors of #addebc

#addebc #added5 #b7dead

Monochromatic Colors of #addebc

#addebc

Complementary Color

#addebc #deadcf

#addebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#addebc Color CSS Codes

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

#addebc Text Font Color

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

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


#addebc Background Color

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

This div background color is #addebc


#addebc Border Color

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

This div border color is #addebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addebc


Comments

No comments written yet.

Please login to write comment.