Color Hex Logo

#ade634 Color Hex

#ADE634
(173,230,52)
0 Favorites   0 Comments

Color spaces of #ade634

RGB 17323052
HSL0.220.780.55
HSV79°77°90°
CMYK 0.250.000.77   0.10
XYZ46.150265.725813.5028
Yxy65.72580.36810.5242
Hunter Lab81.0714-40.263346.8750
CIE-Lab84.8564-41.735574.1544

#ade634 color RGB value is (173,230,52).

#ade634 hex color red value is 173, green value is 230 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ade634 hue: 0.22 , saturation: 0.78 and the lightness value of ade634 is 0.55.

The process color (four color CMYK) of #ade634 color hex is 0.25, 0.00, 0.77, 0.10. Web safe color of #ade634 is #99ff33. Color #ade634 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100110 00110100
Octal 255 346 64
Decimal 173 230 52
Hex AD E6 34

RGB Percentages of Color #ade634

%38.02
%50.55
%11.43

CMYK Percentages of Color #ade634

%25
%0
%77
%10

Triadic Colors of #ade634

#ade634 #34ade6 #e634ad

Analogous Colors of #ade634

#ade634 #54e634 #e6c634

Monochromatic Colors of #ade634

#ade634

Complementary Color

#ade634 #6d34e6

#ade634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade634 Color CSS Codes

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

#ade634 Text Font Color

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

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


#ade634 Background Color

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

This div background color is #ade634


#ade634 Border Color

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

This div border color is #ade634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade634


Comments

No comments written yet.

Please login to write comment.