Color Hex Logo

#adeb3d Color Hex

#ADEB3D
(173,235,61)
0 Favorites   0 Comments

Color spaces of #adeb3d

RGB 17323561
HSL0.230.810.58
HSV81°74°92°
CMYK 0.260.000.74   0.08
XYZ47.784268.637815.1448
Yxy68.63780.36320.5217
Hunter Lab82.8479-42.030447.1552
CIE-Lab86.3244-43.478772.7964

#adeb3d color RGB value is (173,235,61).

#adeb3d hex color red value is 173, green value is 235 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #adeb3d hue: 0.23 , saturation: 0.81 and the lightness value of adeb3d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 00111101
Octal 255 353 75
Decimal 173 235 61
Hex AD EB 3D

RGB Percentages of Color #adeb3d

%36.89
%50.11
%13.01

CMYK Percentages of Color #adeb3d

%26
%0
%74
%8

Triadic Colors of #adeb3d

#adeb3d #3dadeb #eb3dad

Analogous Colors of #adeb3d

#adeb3d #56eb3d #ebd23d

Monochromatic Colors of #adeb3d

#adeb3d

Complementary Color

#adeb3d #7b3deb

#adeb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeb3d Color CSS Codes

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

#adeb3d Text Font Color

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

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


#adeb3d Background Color

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

This div background color is #adeb3d


#adeb3d Border Color

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

This div border color is #adeb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeb3d


Comments

No comments written yet.

Please login to write comment.