Color Hex Logo

#add469 Color Hex

#ADD469
(173,212,105)
0 Favorites   0 Comments

Color spaces of #add469

RGB 173212105
HSL0.230.550.62
HSV82°50°83°
CMYK 0.180.000.50   0.17
XYZ43.326956.991122.0814
Yxy56.99110.35400.4656
Hunter Lab75.4924-29.666435.5025
CIE-Lab80.1746-29.738548.3144

#add469 color RGB value is (173,212,105).

#add469 hex color red value is 173, green value is 212 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #add469 hue: 0.23 , saturation: 0.55 and the lightness value of add469 is 0.62.

The process color (four color CMYK) of #add469 color hex is 0.18, 0.00, 0.50, 0.17. Web safe color of #add469 is #99cc66. Color #add469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010100 01101001
Octal 255 324 151
Decimal 173 212 105
Hex AD D4 69

RGB Percentages of Color #add469

%35.31
%43.27
%21.43

CMYK Percentages of Color #add469

%18
%0
%50
%17

Triadic Colors of #add469

#add469 #69add4 #d469ad

Analogous Colors of #add469

#add469 #78d469 #d4c669

Monochromatic Colors of #add469

#add469

Complementary Color

#add469 #9069d4

#add469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add469 Color CSS Codes

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

#add469 Text Font Color

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

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


#add469 Background Color

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

This div background color is #add469


#add469 Border Color

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

This div border color is #add469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add469


Comments

No comments written yet.

Please login to write comment.