Color Hex Logo

#adeb0b Color Hex

#ADEB0B
(173,235,11)
0 Favorites   0 Comments

Color spaces of #adeb0b

RGB 17323511
HSL0.210.910.48
HSV77°95°92°
CMYK 0.260.000.95   0.08
XYZ47.002368.325111.0274
Yxy68.32510.37200.5407
Hunter Lab82.6590-43.153049.9515
CIE-Lab86.1688-44.988482.9276

#adeb0b color RGB value is (173,235,11).

#adeb0b hex color red value is 173, green value is 235 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #adeb0b hue: 0.21 , saturation: 0.91 and the lightness value of adeb0b is 0.48.

The process color (four color CMYK) of #adeb0b color hex is 0.26, 0.00, 0.95, 0.08. Web safe color of #adeb0b is #99ff00. Color #adeb0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 00001011
Octal 255 353 13
Decimal 173 235 11
Hex AD EB B

RGB Percentages of Color #adeb0b

%41.29
%56.09
%2.63

CMYK Percentages of Color #adeb0b

%26
%0
%95
%8

Triadic Colors of #adeb0b

#adeb0b #0badeb #eb0bad

Analogous Colors of #adeb0b

#adeb0b #3deb0b #ebb90b

Monochromatic Colors of #adeb0b

#adeb0b

Complementary Color

#adeb0b #490beb

#adeb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeb0b Color CSS Codes

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

#adeb0b Text Font Color

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

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


#adeb0b Background Color

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

This div background color is #adeb0b


#adeb0b Border Color

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

This div border color is #adeb0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeb0b


Comments

No comments written yet.

Please login to write comment.