color codes Logo

#adeb10 color codes

#ADEB10
(173,235,16)
0 Favorites   0 Comments

Color spaces of #adeb10

RGB 17323516
HSL0.210.870.49
HSV77°93°92°
CMYK 0.260.000.93   0.08
XYZ47.035468.338311.2018
Yxy68.33830.37160.5399
Hunter Lab82.6670-43.105349.8328
CIE-Lab86.1753-44.924082.4501

#adeb10 color RGB value is (173,235,16).

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

The process color (four color CMYK) of #adeb10 color code is 0.26, 0.00, 0.93, 0.08. Web safe color of #adeb10 is #99ff00. Color #adeb10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 00010000
Octal 255 353 20
Decimal 173 235 16
Hex AD EB 10

RGB Percentages of Color #adeb10

%40.80
%55.42
%3.77

CMYK Percentages of Color #adeb10

%26
%0
%93
%8

Triadic Colors of #adeb10

#adeb10 #10adeb #eb10ad

Analogous Colors of #adeb10

#adeb10 #40eb10 #ebbc10

Monochromatic Colors of #adeb10

#adeb10

Complementary Color

#adeb10 #4e10eb

#adeb10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeb10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeb10 Color CSS Codes

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

#adeb10 Text Font Color

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

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


#adeb10 Background Color

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

This div background color is #adeb10


#adeb10 Border Color

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

This div border color is #adeb10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeb10


Comments

No comments written yet.

Please login to write comment.