Color Hex Logo

#adeba0 Color Hex

#ADEBA0
(173,235,160)
0 Favorites   0 Comments

Color spaces of #adeba0

RGB 173235160
HSL0.300.650.77
HSV110°32°92°
CMYK 0.260.000.32   0.08
XYZ53.287170.839044.1225
Yxy70.83900.31670.4210
Hunter Lab84.1659-34.278527.8344
CIE-Lab87.4067-33.433330.2869

#adeba0 color RGB value is (173,235,160).

#adeba0 hex color red value is 173, green value is 235 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #adeba0 hue: 0.30 , saturation: 0.65 and the lightness value of adeba0 is 0.77.

The process color (four color CMYK) of #adeba0 color hex is 0.26, 0.00, 0.32, 0.08. Web safe color of #adeba0 is #99ff99. Color #adeba0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 10100000
Octal 255 353 240
Decimal 173 235 160
Hex AD EB A0

RGB Percentages of Color #adeba0

%30.46
%41.37
%28.17

CMYK Percentages of Color #adeba0

%26
%0
%32
%8

Triadic Colors of #adeba0

#adeba0 #a0adeb #eba0ad

Analogous Colors of #adeba0

#adeba0 #a0ebb9 #d3eba0

Monochromatic Colors of #adeba0

#adeba0

Complementary Color

#adeba0 #dea0eb

#adeba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeba0 Color CSS Codes

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

#adeba0 Text Font Color

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

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


#adeba0 Background Color

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

This div background color is #adeba0


#adeba0 Border Color

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

This div border color is #adeba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeba0


Comments

No comments written yet.

Please login to write comment.