Color Hex Logo

#adeb1c Color Hex

#ADEB1C
(173,235,28)
0 Favorites   0 Comments

Color spaces of #adeb1c

RGB 17323528
HSL0.220.840.52
HSV78°88°92°
CMYK 0.260.000.88   0.08
XYZ47.151568.384711.8130
Yxy68.38470.37030.5370
Hunter Lab82.6950-42.938249.4169
CIE-Lab86.1984-44.698580.8156

#adeb1c color RGB value is (173,235,28).

#adeb1c hex color red value is 173, green value is 235 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #adeb1c hue: 0.22 , saturation: 0.84 and the lightness value of adeb1c is 0.52.

The process color (four color CMYK) of #adeb1c color hex is 0.26, 0.00, 0.88, 0.08. Web safe color of #adeb1c is #99ff33. Color #adeb1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 00011100
Octal 255 353 34
Decimal 173 235 28
Hex AD EB 1C

RGB Percentages of Color #adeb1c

%39.68
%53.90
%6.42

CMYK Percentages of Color #adeb1c

%26
%0
%88
%8

Triadic Colors of #adeb1c

#adeb1c #1cadeb #eb1cad

Analogous Colors of #adeb1c

#adeb1c #46eb1c #ebc21c

Monochromatic Colors of #adeb1c

#adeb1c

Complementary Color

#adeb1c #5a1ceb

#adeb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeb1c Color CSS Codes

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

#adeb1c Text Font Color

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

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


#adeb1c Background Color

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

This div background color is #adeb1c


#adeb1c Border Color

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

This div border color is #adeb1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeb1c


Comments

No comments written yet.

Please login to write comment.