Color Hex Logo

#adeb78 Color Hex

#ADEB78
(173,235,120)
0 Favorites   0 Comments

Color spaces of #adeb78

RGB 173235120
HSL0.260.740.70
HSV92°49°92°
CMYK 0.260.000.49   0.08
XYZ50.332169.657028.5617
Yxy69.65700.33880.4689
Hunter Lab83.4608-38.409638.1325
CIE-Lab86.8284-38.706749.2624

#adeb78 color RGB value is (173,235,120).

#adeb78 hex color red value is 173, green value is 235 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #adeb78 hue: 0.26 , saturation: 0.74 and the lightness value of adeb78 is 0.70.

The process color (four color CMYK) of #adeb78 color hex is 0.26, 0.00, 0.49, 0.08. Web safe color of #adeb78 is #99ff66. Color #adeb78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 01111000
Octal 255 353 170
Decimal 173 235 120
Hex AD EB 78

RGB Percentages of Color #adeb78

%32.77
%44.51
%22.73

CMYK Percentages of Color #adeb78

%26
%0
%49
%8

Triadic Colors of #adeb78

#adeb78 #78adeb #eb78ad

Analogous Colors of #adeb78

#adeb78 #78eb7d #e7eb78

Monochromatic Colors of #adeb78

#adeb78

Complementary Color

#adeb78 #b678eb

#adeb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeb78 Color CSS Codes

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

#adeb78 Text Font Color

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

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


#adeb78 Background Color

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

This div background color is #adeb78


#adeb78 Border Color

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

This div border color is #adeb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeb78


Comments

No comments written yet.

Please login to write comment.