Color Hex Logo

#adce64 Color Hex

#ADCE64
(173,206,100)
0 Favorites   0 Comments

Color spaces of #adce64

RGB 173206100
HSL0.220.520.60
HSV79°51°81°
CMYK 0.160.000.51   0.19
XYZ41.605153.947020.2766
Yxy53.94700.35920.4657
Hunter Lab73.4486-27.423535.0461
CIE-Lab78.4308-27.388748.6006

#adce64 color RGB value is (173,206,100).

#adce64 hex color red value is 173, green value is 206 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #adce64 hue: 0.22 , saturation: 0.52 and the lightness value of adce64 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 01100100
Octal 255 316 144
Decimal 173 206 100
Hex AD CE 64

RGB Percentages of Color #adce64

%36.12
%43.01
%20.88

CMYK Percentages of Color #adce64

%16
%0
%51
%19

Triadic Colors of #adce64

#adce64 #64adce #ce64ad

Analogous Colors of #adce64

#adce64 #78ce64 #ceba64

Monochromatic Colors of #adce64

#adce64

Complementary Color

#adce64 #8564ce

#adce64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adce64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adce64 Color CSS Codes

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

#adce64 Text Font Color

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

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


#adce64 Background Color

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

This div background color is #adce64


#adce64 Border Color

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

This div border color is #adce64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adce64


Comments

No comments written yet.

Please login to write comment.