Color Hex Logo

#adecbd Color Hex

#ADECBD
(173,236,189)
0 Favorites   0 Comments

Color spaces of #adecbd

RGB 173236189
HSL0.380.620.80
HSV135°27°93°
CMYK 0.270.000.20   0.07
XYZ56.414372.549359.1742
Yxy72.54930.29990.3856
Hunter Lab85.1759-30.832418.4326
CIE-Lab88.2323-29.079616.4981

#adecbd color RGB value is (173,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 10111101
Octal 255 354 275
Decimal 173 236 189
Hex AD EC BD

RGB Percentages of Color #adecbd

%28.93
%39.46
%31.61

CMYK Percentages of Color #adecbd

%27
%0
%20
%7

Triadic Colors of #adecbd

#adecbd #bdadec #ecbdad

Analogous Colors of #adecbd

#adecbd #adecdd #bdecad

Monochromatic Colors of #adecbd

#adecbd

Complementary Color

#adecbd #ecaddc

#adecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adecbd Color CSS Codes

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

#adecbd Text Font Color

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

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


#adecbd Background Color

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

This div background color is #adecbd


#adecbd Border Color

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

This div border color is #adecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adecbd


Comments

No comments written yet.

Please login to write comment.