Color Hex Logo

#adcd18 Color Hex

#ADCD18
(173,205,24)
0 Favorites   0 Comments

Color spaces of #adcd18

RGB 17320524
HSL0.200.790.45
HSV71°88°80°
CMYK 0.160.000.88   0.20
XYZ39.229852.61288.9518
Yxy52.61280.38920.5220
Hunter Lab72.5347-30.395443.4571
CIE-Lab77.6458-31.372074.4929

#adcd18 color RGB value is (173,205,24).

#adcd18 hex color red value is 173, green value is 205 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #adcd18 hue: 0.20 , saturation: 0.79 and the lightness value of adcd18 is 0.45.

The process color (four color CMYK) of #adcd18 color hex is 0.16, 0.00, 0.88, 0.20. Web safe color of #adcd18 is #99cc00. Color #adcd18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 00011000
Octal 255 315 30
Decimal 173 205 24
Hex AD CD 18

RGB Percentages of Color #adcd18

%43.03
%51.00
%5.97

CMYK Percentages of Color #adcd18

%16
%0
%88
%20

Triadic Colors of #adcd18

#adcd18 #18adcd #cd18ad

Analogous Colors of #adcd18

#adcd18 #53cd18 #cd9318

Monochromatic Colors of #adcd18

#adcd18

Complementary Color

#adcd18 #3818cd

#adcd18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcd18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcd18 Color CSS Codes

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

#adcd18 Text Font Color

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

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


#adcd18 Background Color

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

This div background color is #adcd18


#adcd18 Border Color

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

This div border color is #adcd18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcd18


Comments

No comments written yet.

Please login to write comment.