Color Hex Logo

#adeba5 Color Hex

#ADEBA5
(173,235,165)
0 Favorites   0 Comments

Color spaces of #adeba5

RGB 173235165
HSL0.310.640.78
HSV113°30°92°
CMYK 0.260.000.30   0.08
XYZ53.733471.017546.4730
Yxy71.01750.31380.4148
Hunter Lab84.2719-33.660726.2940
CIE-Lab87.4935-32.659627.8538

#adeba5 color RGB value is (173,235,165).

#adeba5 hex color red value is 173, green value is 235 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #adeba5 hue: 0.31 , saturation: 0.64 and the lightness value of adeba5 is 0.78.

The process color (four color CMYK) of #adeba5 color hex is 0.26, 0.00, 0.30, 0.08. Web safe color of #adeba5 is #99ff99. Color #adeba5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 10100101
Octal 255 353 245
Decimal 173 235 165
Hex AD EB A5

RGB Percentages of Color #adeba5

%30.19
%41.01
%28.80

CMYK Percentages of Color #adeba5

%26
%0
%30
%8

Triadic Colors of #adeba5

#adeba5 #a5adeb #eba5ad

Analogous Colors of #adeba5

#adeba5 #a5ebc0 #d0eba5

Monochromatic Colors of #adeba5

#adeba5

Complementary Color

#adeba5 #e3a5eb

#adeba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeba5 Color CSS Codes

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

#adeba5 Text Font Color

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

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


#adeba5 Background Color

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

This div background color is #adeba5


#adeba5 Border Color

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

This div border color is #adeba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeba5


Comments

No comments written yet.

Please login to write comment.