Color Hex Logo

#addd54 Color Hex

#ADDD54
(173,221,84)
0 Favorites   0 Comments

Color spaces of #addd54

RGB 17322184
HSL0.230.670.60
HSV81°62°87°
CMYK 0.220.000.62   0.13
XYZ44.690361.237217.8520
Yxy61.23720.36100.4947
Hunter Lab78.2542-35.005041.2522
CIE-Lab82.5061-35.793460.3739

#addd54 color RGB value is (173,221,84).

#addd54 hex color red value is 173, green value is 221 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #addd54 hue: 0.23 , saturation: 0.67 and the lightness value of addd54 is 0.60.

The process color (four color CMYK) of #addd54 color hex is 0.22, 0.00, 0.62, 0.13. Web safe color of #addd54 is #99cc66. Color #addd54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 01010100
Octal 255 335 124
Decimal 173 221 84
Hex AD DD 54

RGB Percentages of Color #addd54

%36.19
%46.23
%17.57

CMYK Percentages of Color #addd54

%22
%0
%62
%13

Triadic Colors of #addd54

#addd54 #54addd #dd54ad

Analogous Colors of #addd54

#addd54 #69dd54 #ddc954

Monochromatic Colors of #addd54

#addd54

Complementary Color

#addd54 #8454dd

#addd54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addd54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addd54 Color CSS Codes

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

#addd54 Text Font Color

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

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


#addd54 Background Color

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

This div background color is #addd54


#addd54 Border Color

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

This div border color is #addd54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addd54


Comments

No comments written yet.

Please login to write comment.