Color Hex Logo

#adebbd Color Hex

#ADEBBD
(173,235,189)
0 Favorites   0 Comments

Color spaces of #adebbd

RGB 173235189
HSL0.380.610.80
HSV135°26°92°
CMYK 0.260.000.20   0.08
XYZ56.127271.975059.0785
Yxy71.97500.29990.3845
Hunter Lab84.8381-30.374618.0990
CIE-Lab87.9566-28.605016.1107

#adebbd color RGB value is (173,235,189).

#adebbd hex color red value is 173, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #adebbd hue: 0.38 , saturation: 0.61 and the lightness value of adebbd is 0.80.

The process color (four color CMYK) of #adebbd color hex is 0.26, 0.00, 0.20, 0.08. Web safe color of #adebbd is #99ffcc. Color #adebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 10111101
Octal 255 353 275
Decimal 173 235 189
Hex AD EB BD

RGB Percentages of Color #adebbd

%28.98
%39.36
%31.66

CMYK Percentages of Color #adebbd

%26
%0
%20
%8

Triadic Colors of #adebbd

#adebbd #bdadeb #ebbdad

Analogous Colors of #adebbd

#adebbd #adebdc #bcebad

Monochromatic Colors of #adebbd

#adebbd

Complementary Color

#adebbd #ebaddb

#adebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebbd Color CSS Codes

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

#adebbd Text Font Color

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

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


#adebbd Background Color

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

This div background color is #adebbd


#adebbd Border Color

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

This div border color is #adebbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,235,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 #adebbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebbd


Comments

No comments written yet.

Please login to write comment.