Color Hex Logo

#ade955 Color Hex

#ADE955
(173,233,85)
0 Favorites   0 Comments

Color spaces of #ade955

RGB 17323385
HSL0.230.770.62
HSV84°64°91°
CMYK 0.260.000.64   0.09
XYZ48.012267.817919.1540
Yxy67.81790.35570.5024
Hunter Lab82.3516-40.047243.8560
CIE-Lab85.9153-41.084263.6528

#ade955 color RGB value is (173,233,85).

#ade955 hex color red value is 173, green value is 233 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ade955 hue: 0.23 , saturation: 0.77 and the lightness value of ade955 is 0.62.

The process color (four color CMYK) of #ade955 color hex is 0.26, 0.00, 0.64, 0.09. Web safe color of #ade955 is #99ff66. Color #ade955 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101001 01010101
Octal 255 351 125
Decimal 173 233 85
Hex AD E9 55

RGB Percentages of Color #ade955

%35.23
%47.45
%17.31

CMYK Percentages of Color #ade955

%26
%0
%64
%9

Triadic Colors of #ade955

#ade955 #55ade9 #e955ad

Analogous Colors of #ade955

#ade955 #63e955 #e9db55

Monochromatic Colors of #ade955

#ade955

Complementary Color

#ade955 #9155e9

#ade955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade955 Color CSS Codes

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

#ade955 Text Font Color

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

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


#ade955 Background Color

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

This div background color is #ade955


#ade955 Border Color

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

This div border color is #ade955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade955


Comments

No comments written yet.

Please login to write comment.