Color Hex Logo

#adeb7b Color Hex

#ADEB7B
(173,235,123)
0 Favorites   0 Comments

Color spaces of #adeb7b

RGB 173235123
HSL0.260.740.70
HSV93°48°92°
CMYK 0.260.000.48   0.08
XYZ50.517169.731029.5358
Yxy69.73100.33730.4655
Hunter Lab83.5051-38.148837.4827
CIE-Lab86.8648-38.368647.8859

#adeb7b color RGB value is (173,235,123).

#adeb7b hex color red value is 173, green value is 235 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #adeb7b hue: 0.26 , saturation: 0.74 and the lightness value of adeb7b is 0.70.

The process color (four color CMYK) of #adeb7b color hex is 0.26, 0.00, 0.48, 0.08. Web safe color of #adeb7b is #99ff66. Color #adeb7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 01111011
Octal 255 353 173
Decimal 173 235 123
Hex AD EB 7B

RGB Percentages of Color #adeb7b

%32.58
%44.26
%23.16

CMYK Percentages of Color #adeb7b

%26
%0
%48
%8

Triadic Colors of #adeb7b

#adeb7b #7badeb #eb7bad

Analogous Colors of #adeb7b

#adeb7b #7beb81 #e5eb7b

Monochromatic Colors of #adeb7b

#adeb7b

Complementary Color

#adeb7b #b97beb

#adeb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeb7b Color CSS Codes

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

#adeb7b Text Font Color

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

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


#adeb7b Background Color

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

This div background color is #adeb7b


#adeb7b Border Color

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

This div border color is #adeb7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeb7b


Comments

No comments written yet.

Please login to write comment.