Color Hex Logo

#ade75b Color Hex

#ADE75B
(173,231,91)
0 Favorites   0 Comments

Color spaces of #ade75b

RGB 17323191
HSL0.240.740.63
HSV85°61°91°
CMYK 0.250.000.61   0.09
XYZ47.697866.791420.2756
Yxy66.79140.35390.4956
Hunter Lab81.7260-38.842442.4988
CIE-Lab85.3985-39.727660.6158

#ade75b color RGB value is (173,231,91).

#ade75b hex color red value is 173, green value is 231 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ade75b hue: 0.24 , saturation: 0.74 and the lightness value of ade75b is 0.63.

The process color (four color CMYK) of #ade75b color hex is 0.25, 0.00, 0.61, 0.09. Web safe color of #ade75b is #99ff66. Color #ade75b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100111 01011011
Octal 255 347 133
Decimal 173 231 91
Hex AD E7 5B

RGB Percentages of Color #ade75b

%34.95
%46.67
%18.38

CMYK Percentages of Color #ade75b

%25
%0
%61
%9

Triadic Colors of #ade75b

#ade75b #5bade7 #e75bad

Analogous Colors of #ade75b

#ade75b #67e75b #e7db5b

Monochromatic Colors of #ade75b

#ade75b

Complementary Color

#ade75b #955be7

#ade75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade75b Color CSS Codes

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

#ade75b Text Font Color

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

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


#ade75b Background Color

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

This div background color is #ade75b


#ade75b Border Color

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

This div border color is #ade75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade75b


Comments

No comments written yet.

Please login to write comment.