Color Hex Logo

#adeba1 Color Hex

#ADEBA1
(173,235,161)
0 Favorites   0 Comments

Color spaces of #adeba1

RGB 173235161
HSL0.310.650.78
HSV110°31°92°
CMYK 0.260.000.31   0.08
XYZ53.374970.874144.5851
Yxy70.87410.31610.4198
Hunter Lab84.1868-34.156827.5309
CIE-Lab87.4238-33.280629.8009

#adeba1 color RGB value is (173,235,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 10100001
Octal 255 353 241
Decimal 173 235 161
Hex AD EB A1

RGB Percentages of Color #adeba1

%30.40
%41.30
%28.30

CMYK Percentages of Color #adeba1

%26
%0
%31
%8

Triadic Colors of #adeba1

#adeba1 #a1adeb #eba1ad

Analogous Colors of #adeba1

#adeba1 #a1ebba #d2eba1

Monochromatic Colors of #adeba1

#adeba1

Complementary Color

#adeba1 #dfa1eb

#adeba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeba1 Color CSS Codes

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

#adeba1 Text Font Color

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

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


#adeba1 Background Color

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

This div background color is #adeba1


#adeba1 Border Color

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

This div border color is #adeba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeba1


Comments

No comments written yet.

Please login to write comment.