Color Hex Logo

#adec48 Color Hex

#ADEC48
(173,236,72)
0 Favorites   0 Comments

Color spaces of #adec48

RGB 17323672
HSL0.230.810.60
HSV83°69°93°
CMYK 0.270.000.69   0.07
XYZ48.398769.343016.9646
Yxy69.34300.35930.5148
Hunter Lab83.2724-41.981046.2119
CIE-Lab86.6736-43.287169.4039

#adec48 color RGB value is (173,236,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 01001000
Octal 255 354 110
Decimal 173 236 72
Hex AD EC 48

RGB Percentages of Color #adec48

%35.97
%49.06
%14.97

CMYK Percentages of Color #adec48

%27
%0
%69
%7

Triadic Colors of #adec48

#adec48 #48adec #ec48ad

Analogous Colors of #adec48

#adec48 #5bec48 #ecd948

Monochromatic Colors of #adec48

#adec48

Complementary Color

#adec48 #8748ec

#adec48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adec48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adec48 Color CSS Codes

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

#adec48 Text Font Color

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

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


#adec48 Background Color

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

This div background color is #adec48


#adec48 Border Color

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

This div border color is #adec48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adec48


Comments

No comments written yet.

Please login to write comment.