Color Hex Logo

#adea3d Color Hex

#ADEA3D
(173,234,61)
0 Favorites   0 Comments

Color spaces of #adea3d

RGB 17323461
HSL0.230.800.58
HSV81°74°92°
CMYK 0.260.000.74   0.08
XYZ47.498768.066815.0496
Yxy68.06680.36370.5211
Hunter Lab82.5026-41.612946.9365
CIE-Lab86.0398-43.045772.5234

#adea3d color RGB value is (173,234,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 00111101
Octal 255 352 75
Decimal 173 234 61
Hex AD EA 3D

RGB Percentages of Color #adea3d

%36.97
%50.00
%13.03

CMYK Percentages of Color #adea3d

%26
%0
%74
%8

Triadic Colors of #adea3d

#adea3d #3dadea #ea3dad

Analogous Colors of #adea3d

#adea3d #57ea3d #ead13d

Monochromatic Colors of #adea3d

#adea3d

Complementary Color

#adea3d #7a3dea

#adea3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adea3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adea3d Color CSS Codes

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

#adea3d Text Font Color

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

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


#adea3d Background Color

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

This div background color is #adea3d


#adea3d Border Color

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

This div border color is #adea3d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,234,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 #adea3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adea3d


Comments

No comments written yet.

Please login to write comment.