Color Hex Logo

#addf98 Color Hex

#ADDF98
(173,223,152)
0 Favorites   0 Comments

Color spaces of #addf98

RGB 173223152
HSL0.280.530.74
HSV102°32°87°
CMYK 0.220.000.32   0.13
XYZ49.288863.926639.4470
Yxy63.92660.32290.4187
Hunter Lab79.9541-29.880926.7159
CIE-Lab83.9275-29.017729.7124

#addf98 color RGB value is (173,223,152).

#addf98 hex color red value is 173, green value is 223 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #addf98 hue: 0.28 , saturation: 0.53 and the lightness value of addf98 is 0.74.

The process color (four color CMYK) of #addf98 color hex is 0.22, 0.00, 0.32, 0.13. Web safe color of #addf98 is #99cc99. Color #addf98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 10011000
Octal 255 337 230
Decimal 173 223 152
Hex AD DF 98

RGB Percentages of Color #addf98

%31.57
%40.69
%27.74

CMYK Percentages of Color #addf98

%22
%0
%32
%13

Triadic Colors of #addf98

#addf98 #98addf #df98ad

Analogous Colors of #addf98

#addf98 #98dfa7 #d1df98

Monochromatic Colors of #addf98

#addf98

Complementary Color

#addf98 #ca98df

#addf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addf98 Color CSS Codes

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

#addf98 Text Font Color

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

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


#addf98 Background Color

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

This div background color is #addf98


#addf98 Border Color

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

This div border color is #addf98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addf98


Comments

No comments written yet.

Please login to write comment.