Color Hex Logo

#adda30 Color Hex

#ADDA30
(173,218,48)
0 Favorites   0 Comments

Color spaces of #adda30

RGB 17321848
HSL0.210.700.52
HSV76°78°85°
CMYK 0.210.000.78   0.15
XYZ42.838559.240411.9730
Yxy59.24040.37560.5194
Hunter Lab76.9678-35.344644.6544
CIE-Lab81.4236-36.573472.1543

#adda30 color RGB value is (173,218,48).

#adda30 hex color red value is 173, green value is 218 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #adda30 hue: 0.21 , saturation: 0.70 and the lightness value of adda30 is 0.52.

The process color (four color CMYK) of #adda30 color hex is 0.21, 0.00, 0.78, 0.15. Web safe color of #adda30 is #99cc33. Color #adda30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 00110000
Octal 255 332 60
Decimal 173 218 48
Hex AD DA 30

RGB Percentages of Color #adda30

%39.41
%49.66
%10.93

CMYK Percentages of Color #adda30

%21
%0
%78
%15

Triadic Colors of #adda30

#adda30 #30adda #da30ad

Analogous Colors of #adda30

#adda30 #58da30 #dab230

Monochromatic Colors of #adda30

#adda30

Complementary Color

#adda30 #5d30da

#adda30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda30 Color CSS Codes

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

#adda30 Text Font Color

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

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


#adda30 Background Color

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

This div background color is #adda30


#adda30 Border Color

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

This div border color is #adda30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda30


Comments

No comments written yet.

Please login to write comment.