Color Hex Logo

#adda68 Color Hex

#ADDA68
(173,218,104)
0 Favorites   0 Comments

Color spaces of #adda68

RGB 173218104
HSL0.230.610.63
HSV84°52°85°
CMYK 0.210.000.52   0.15
XYZ44.803760.026522.3216
Yxy60.02650.35240.4721
Hunter Lab77.4768-32.360437.1519
CIE-Lab81.8526-32.648050.7830

#adda68 color RGB value is (173,218,104).

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

The process color (four color CMYK) of #adda68 color hex is 0.21, 0.00, 0.52, 0.15. Web safe color of #adda68 is #99cc66. Color #adda68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 01101000
Octal 255 332 150
Decimal 173 218 104
Hex AD DA 68

RGB Percentages of Color #adda68

%34.95
%44.04
%21.01

CMYK Percentages of Color #adda68

%21
%0
%52
%15

Triadic Colors of #adda68

#adda68 #68adda #da68ad

Analogous Colors of #adda68

#adda68 #74da68 #dace68

Monochromatic Colors of #adda68

#adda68

Complementary Color

#adda68 #9568da

#adda68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda68 Color CSS Codes

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

#adda68 Text Font Color

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

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


#adda68 Background Color

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

This div background color is #adda68


#adda68 Border Color

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

This div border color is #adda68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda68


Comments

No comments written yet.

Please login to write comment.