Color Hex Logo

#adef48 Color Hex

#ADEF48
(173,239,72)
0 Favorites   0 Comments

Color spaces of #adef48

RGB 17323972
HSL0.230.840.61
HSV84°70°94°
CMYK 0.280.000.70   0.06
XYZ49.269871.085117.2549
Yxy71.08510.35800.5166
Hunter Lab84.3120-43.235146.8844
CIE-Lab87.5263-44.581470.2637

#adef48 color RGB value is (173,239,72).

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

The process color (four color CMYK) of #adef48 color hex is 0.28, 0.00, 0.70, 0.06. Web safe color of #adef48 is #99ff33. Color #adef48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 01001000
Octal 255 357 110
Decimal 173 239 72
Hex AD EF 48

RGB Percentages of Color #adef48

%35.74
%49.38
%14.88

CMYK Percentages of Color #adef48

%28
%0
%70
%6

Triadic Colors of #adef48

#adef48 #48adef #ef48ad

Analogous Colors of #adef48

#adef48 #59ef48 #efde48

Monochromatic Colors of #adef48

#adef48

Complementary Color

#adef48 #8a48ef

#adef48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adef48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adef48 Color CSS Codes

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

#adef48 Text Font Color

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

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


#adef48 Background Color

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

This div background color is #adef48


#adef48 Border Color

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

This div border color is #adef48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adef48


Comments

No comments written yet.

Please login to write comment.