Color Hex Logo

#add565 Color Hex

#ADD565
(173,213,101)
0 Favorites   0 Comments

Color spaces of #add565

RGB 173213101
HSL0.230.570.62
HSV81°53°84°
CMYK 0.190.000.53   0.16
XYZ43.376857.412321.1074
Yxy57.41230.35580.4710
Hunter Lab75.7709-30.412636.5233
CIE-Lab80.4109-30.609650.4756

#add565 color RGB value is (173,213,101).

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

The process color (four color CMYK) of #add565 color hex is 0.19, 0.00, 0.53, 0.16. Web safe color of #add565 is #99cc66. Color #add565 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010101 01100101
Octal 255 325 145
Decimal 173 213 101
Hex AD D5 65

RGB Percentages of Color #add565

%35.52
%43.74
%20.74

CMYK Percentages of Color #add565

%19
%0
%53
%16

Triadic Colors of #add565

#add565 #65add5 #d565ad

Analogous Colors of #add565

#add565 #75d565 #d5c565

Monochromatic Colors of #add565

#add565

Complementary Color

#add565 #8d65d5

#add565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add565 Color CSS Codes

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

#add565 Text Font Color

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

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


#add565 Background Color

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

This div background color is #add565


#add565 Border Color

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

This div border color is #add565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add565


Comments

No comments written yet.

Please login to write comment.