Color Hex Logo

#adffa5 Color Hex

#ADFFA5
(173,255,165)
0 Favorites   0 Comments

Color spaces of #adffa5

RGB 173255165
HSL0.321.000.82
HSV115°35°100°
CMYK 0.320.000.35   0.00
XYZ59.785183.120848.4902
Yxy83.12080.31240.4343
Hunter Lab91.1706-42.497232.2853
CIE-Lab93.0673-41.712435.3158

#adffa5 color RGB value is (173,255,165).

#adffa5 hex color red value is 173, green value is 255 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #adffa5 hue: 0.32 , saturation: 1.00 and the lightness value of adffa5 is 0.82.

The process color (four color CMYK) of #adffa5 color hex is 0.32, 0.00, 0.35, 0.00. Web safe color of #adffa5 is #99ff99. Color #adffa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 10100101
Octal 255 377 245
Decimal 173 255 165
Hex AD FF A5

RGB Percentages of Color #adffa5

%29.17
%43.00
%27.82

CMYK Percentages of Color #adffa5

%32
%0
%35
%0

Triadic Colors of #adffa5

#adffa5 #a5adff #ffa5ad

Analogous Colors of #adffa5

#adffa5 #a5ffca #daffa5

Monochromatic Colors of #adffa5

#adffa5

Complementary Color

#adffa5 #f7a5ff

#adffa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adffa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adffa5 Color CSS Codes

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

#adffa5 Text Font Color

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

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


#adffa5 Background Color

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

This div background color is #adffa5


#adffa5 Border Color

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

This div border color is #adffa5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,255,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 #adffa5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adffa5

Related Colors


Comments

No comments written yet.

Please login to write comment.