Color Hex Logo

#adedbd Color Hex

#ADEDBD
(173,237,189)
0 Favorites   0 Comments

Color spaces of #adedbd

RGB 173237189
HSL0.380.640.80
HSV135°27°93°
CMYK 0.270.000.20   0.07
XYZ56.703173.126759.2704
Yxy73.12670.29990.3867
Hunter Lab85.5142-31.289218.7656
CIE-Lab88.5081-29.552516.8852

#adedbd color RGB value is (173,237,189).

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

The process color (four color CMYK) of #adedbd color hex is 0.27, 0.00, 0.20, 0.07. Web safe color of #adedbd is #99ffcc. Color #adedbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 10111101
Octal 255 355 275
Decimal 173 237 189
Hex AD ED BD

RGB Percentages of Color #adedbd

%28.88
%39.57
%31.55

CMYK Percentages of Color #adedbd

%27
%0
%20
%7

Triadic Colors of #adedbd

#adedbd #bdaded #edbdad

Analogous Colors of #adedbd

#adedbd #adeddd #bdedad

Monochromatic Colors of #adedbd

#adedbd

Complementary Color

#adedbd #edaddd

#adedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adedbd Color CSS Codes

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

#adedbd Text Font Color

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

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


#adedbd Background Color

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

This div background color is #adedbd


#adedbd Border Color

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

This div border color is #adedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adedbd


Comments

No comments written yet.

Please login to write comment.