Color Hex Logo

#ade348 Color Hex

#ADE348
(173,227,72)
0 Favorites   0 Comments

Color spaces of #ade348

RGB 17322772
HSL0.220.730.59
HSV81°68°89°
CMYK 0.240.000.68   0.11
XYZ45.872464.290316.1224
Yxy64.29030.36320.5091
Hunter Lab80.1812-38.195744.2052
CIE-Lab84.1167-39.337466.8066

#ade348 color RGB value is (173,227,72).

#ade348 hex color red value is 173, green value is 227 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ade348 hue: 0.22 , saturation: 0.73 and the lightness value of ade348 is 0.59.

The process color (four color CMYK) of #ade348 color hex is 0.24, 0.00, 0.68, 0.11. Web safe color of #ade348 is #99cc33. Color #ade348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100011 01001000
Octal 255 343 110
Decimal 173 227 72
Hex AD E3 48

RGB Percentages of Color #ade348

%36.65
%48.09
%15.25

CMYK Percentages of Color #ade348

%24
%0
%68
%11

Triadic Colors of #ade348

#ade348 #48ade3 #e348ad

Analogous Colors of #ade348

#ade348 #60e348 #e3cc48

Monochromatic Colors of #ade348

#ade348

Complementary Color

#ade348 #7e48e3

#ade348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade348 Color CSS Codes

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

#ade348 Text Font Color

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

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


#ade348 Background Color

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

This div background color is #ade348


#ade348 Border Color

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

This div border color is #ade348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade348


Comments

No comments written yet.

Please login to write comment.