Color Hex Logo

#adec45 Color Hex

#ADEC45
(173,236,69)
0 Favorites   0 Comments

Color spaces of #adec45

RGB 17323669
HSL0.230.810.60
HSV83°71°93°
CMYK 0.270.000.71   0.07
XYZ48.303269.304816.4615
Yxy69.30480.36030.5169
Hunter Lab83.2495-42.117046.5508
CIE-Lab86.6548-43.468670.4460

#adec45 color RGB value is (173,236,69).

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

The process color (four color CMYK) of #adec45 color hex is 0.27, 0.00, 0.71, 0.07. Web safe color of #adec45 is #99ff33. Color #adec45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 01000101
Octal 255 354 105
Decimal 173 236 69
Hex AD EC 45

RGB Percentages of Color #adec45

%36.19
%49.37
%14.44

CMYK Percentages of Color #adec45

%27
%0
%71
%7

Triadic Colors of #adec45

#adec45 #45adec #ec45ad

Analogous Colors of #adec45

#adec45 #5aec45 #ecd845

Monochromatic Colors of #adec45

#adec45

Complementary Color

#adec45 #8445ec

#adec45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adec45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adec45 Color CSS Codes

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

#adec45 Text Font Color

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

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


#adec45 Background Color

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

This div background color is #adec45


#adec45 Border Color

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

This div border color is #adec45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adec45


Comments

No comments written yet.

Please login to write comment.