Color Hex Logo

#adeb58 Color Hex

#ADEB58
(173,235,88)
0 Favorites   0 Comments

Color spaces of #adeb58

RGB 17323588
HSL0.240.790.63
HSV85°63°92°
CMYK 0.260.000.63   0.08
XYZ48.703469.005519.9850
Yxy69.00550.35370.5012
Hunter Lab83.0695-40.717843.8846
CIE-Lab86.5068-41.731863.0748

#adeb58 color RGB value is (173,235,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 01011000
Octal 255 353 130
Decimal 173 235 88
Hex AD EB 58

RGB Percentages of Color #adeb58

%34.88
%47.38
%17.74

CMYK Percentages of Color #adeb58

%26
%0
%63
%8

Triadic Colors of #adeb58

#adeb58 #58adeb #eb58ad

Analogous Colors of #adeb58

#adeb58 #64eb58 #ebe058

Monochromatic Colors of #adeb58

#adeb58

Complementary Color

#adeb58 #9658eb

#adeb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeb58 Color CSS Codes

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

#adeb58 Text Font Color

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

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


#adeb58 Background Color

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

This div background color is #adeb58


#adeb58 Border Color

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

This div border color is #adeb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeb58


Comments

No comments written yet.

Please login to write comment.