Color Hex Logo

#adcb15 Color Hex

#ADCB15
(173,203,21)
0 Favorites   0 Comments

Color spaces of #adcb15

RGB 17320321
HSL0.190.810.44
HSV70°90°80°
CMYK 0.150.000.90   0.20
XYZ38.724951.65038.6379
Yxy51.65030.39110.5217
Hunter Lab71.8681-29.587643.1816
CIE-Lab77.0713-30.499474.5309

#adcb15 color RGB value is (173,203,21).

#adcb15 hex color red value is 173, green value is 203 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #adcb15 hue: 0.19 , saturation: 0.81 and the lightness value of adcb15 is 0.44.

The process color (four color CMYK) of #adcb15 color hex is 0.15, 0.00, 0.90, 0.20. Web safe color of #adcb15 is #99cc00. Color #adcb15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 00010101
Octal 255 313 25
Decimal 173 203 21
Hex AD CB 15

RGB Percentages of Color #adcb15

%43.58
%51.13
%5.29

CMYK Percentages of Color #adcb15

%15
%0
%90
%20

Triadic Colors of #adcb15

#adcb15 #15adcb #cb15ad

Analogous Colors of #adcb15

#adcb15 #52cb15 #cb8e15

Monochromatic Colors of #adcb15

#adcb15

Complementary Color

#adcb15 #3315cb

#adcb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb15 Color CSS Codes

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

#adcb15 Text Font Color

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

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


#adcb15 Background Color

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

This div background color is #adcb15


#adcb15 Border Color

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

This div border color is #adcb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb15


Comments

No comments written yet.

Please login to write comment.