Color Hex Logo

#adda90 Color Hex

#ADDA90
(173,218,144)
0 Favorites   0 Comments

Color spaces of #adda90

RGB 173218144
HSL0.270.500.71
HSV96°34°85°
CMYK 0.210.000.34   0.15
XYZ47.339061.040735.6726
Yxy61.04070.32860.4237
Hunter Lab78.1285-28.569727.6188
CIE-Lab82.4006-27.804631.7804

#adda90 color RGB value is (173,218,144).

#adda90 hex color red value is 173, green value is 218 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #adda90 hue: 0.27 , saturation: 0.50 and the lightness value of adda90 is 0.71.

The process color (four color CMYK) of #adda90 color hex is 0.21, 0.00, 0.34, 0.15. Web safe color of #adda90 is #99cc99. Color #adda90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 10010000
Octal 255 332 220
Decimal 173 218 144
Hex AD DA 90

RGB Percentages of Color #adda90

%32.34
%40.75
%26.92

CMYK Percentages of Color #adda90

%21
%0
%34
%15

Triadic Colors of #adda90

#adda90 #90adda #da90ad

Analogous Colors of #adda90

#adda90 #90da98 #d2da90

Monochromatic Colors of #adda90

#adda90

Complementary Color

#adda90 #bd90da

#adda90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda90 Color CSS Codes

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

#adda90 Text Font Color

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

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


#adda90 Background Color

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

This div background color is #adda90


#adda90 Border Color

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

This div border color is #adda90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda90


Comments

No comments written yet.

Please login to write comment.