Color Hex Logo

#ade752 Color Hex

#ADE752
(173,231,82)
0 Favorites   0 Comments

Color spaces of #ade752

RGB 17323182
HSL0.230.760.61
HSV83°65°91°
CMYK 0.250.000.65   0.09
XYZ47.332566.645318.3518
Yxy66.64530.35770.5036
Hunter Lab81.6366-39.370543.8173
CIE-Lab85.3245-40.425764.2210

#ade752 color RGB value is (173,231,82).

#ade752 hex color red value is 173, green value is 231 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ade752 hue: 0.23 , saturation: 0.76 and the lightness value of ade752 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100111 01010010
Octal 255 347 122
Decimal 173 231 82
Hex AD E7 52

RGB Percentages of Color #ade752

%35.60
%47.53
%16.87

CMYK Percentages of Color #ade752

%25
%0
%65
%9

Triadic Colors of #ade752

#ade752 #52ade7 #e752ad

Analogous Colors of #ade752

#ade752 #63e752 #e7d752

Monochromatic Colors of #ade752

#ade752

Complementary Color

#ade752 #8c52e7

#ade752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade752 Color CSS Codes

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

#ade752 Text Font Color

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

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


#ade752 Background Color

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

This div background color is #ade752


#ade752 Border Color

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

This div border color is #ade752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade752


Comments

No comments written yet.

Please login to write comment.