Color Hex Logo

#adbc12 Color Hex

#ADBC12
(173,188,18)
0 Favorites   0 Comments

Color spaces of #adbc12

RGB 17318818
HSL0.180.830.40
HSV65°90°74°
CMYK 0.080.000.90   0.26
XYZ35.326044.89437.3759
Yxy44.89430.40330.5125
Hunter Lab67.0032-23.145340.3754
CIE-Lab72.8222-23.362971.6123

#adbc12 color RGB value is (173,188,18).

#adbc12 hex color red value is 173, green value is 188 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #adbc12 hue: 0.18 , saturation: 0.83 and the lightness value of adbc12 is 0.40.

The process color (four color CMYK) of #adbc12 color hex is 0.08, 0.00, 0.90, 0.26. Web safe color of #adbc12 is #99cc00. Color #adbc12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 00010010
Octal 255 274 22
Decimal 173 188 18
Hex AD BC 12

RGB Percentages of Color #adbc12

%45.65
%49.60
%4.75

CMYK Percentages of Color #adbc12

%8
%0
%90
%26

Triadic Colors of #adbc12

#adbc12 #12adbc #bc12ad

Analogous Colors of #adbc12

#adbc12 #58bc12 #bc7612

Monochromatic Colors of #adbc12

#adbc12

Complementary Color

#adbc12 #2112bc

#adbc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc12 Color CSS Codes

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

#adbc12 Text Font Color

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

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


#adbc12 Background Color

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

This div background color is #adbc12


#adbc12 Border Color

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

This div border color is #adbc12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc12


Comments

No comments written yet.

Please login to write comment.