Color Hex Logo

#ade448 Color Hex

#ADE448
(173,228,72)
0 Favorites   0 Comments

Color spaces of #ade448

RGB 17322872
HSL0.230.740.59
HSV81°68°89°
CMYK 0.240.000.68   0.11
XYZ46.146764.838916.2139
Yxy64.83890.36280.5097
Hunter Lab80.5226-38.618044.4273
CIE-Lab84.4007-39.781267.0965

#ade448 color RGB value is (173,228,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100100 01001000
Octal 255 344 110
Decimal 173 228 72
Hex AD E4 48

RGB Percentages of Color #ade448

%36.58
%48.20
%15.22

CMYK Percentages of Color #ade448

%24
%0
%68
%11

Triadic Colors of #ade448

#ade448 #48ade4 #e448ad

Analogous Colors of #ade448

#ade448 #5fe448 #e4cd48

Monochromatic Colors of #ade448

#ade448

Complementary Color

#ade448 #7f48e4

#ade448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade448 Color CSS Codes

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

#ade448 Text Font Color

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

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


#ade448 Background Color

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

This div background color is #ade448


#ade448 Border Color

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

This div border color is #ade448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade448


Comments

No comments written yet.

Please login to write comment.