Color Hex Logo

#add769 Color Hex

#ADD769
(173,215,105)
0 Favorites   0 Comments

Color spaces of #add769

RGB 173215105
HSL0.230.580.63
HSV83°51°84°
CMYK 0.200.000.51   0.16
XYZ44.083858.505022.3337
Yxy58.50500.35290.4683
Hunter Lab76.4886-30.977436.2301
CIE-Lab81.0187-31.149349.3240

#add769 color RGB value is (173,215,105).

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

The process color (four color CMYK) of #add769 color hex is 0.20, 0.00, 0.51, 0.16. Web safe color of #add769 is #99cc66. Color #add769 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010111 01101001
Octal 255 327 151
Decimal 173 215 105
Hex AD D7 69

RGB Percentages of Color #add769

%35.09
%43.61
%21.30

CMYK Percentages of Color #add769

%20
%0
%51
%16

Triadic Colors of #add769

#add769 #69add7 #d769ad

Analogous Colors of #add769

#add769 #76d769 #d7ca69

Monochromatic Colors of #add769

#add769

Complementary Color

#add769 #9369d7

#add769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add769 Color CSS Codes

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

#add769 Text Font Color

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

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


#add769 Background Color

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

This div background color is #add769


#add769 Border Color

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

This div border color is #add769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add769


Comments

No comments written yet.

Please login to write comment.