Color Hex Logo

#adbc0f Color Hex

#ADBC0F
(173,188,15)
0 Favorites   0 Comments

Color spaces of #adbc0f

RGB 17318815
HSL0.180.850.40
HSV65°92°74°
CMYK 0.080.000.92   0.26
XYZ35.303044.88527.2550
Yxy44.88520.40370.5133
Hunter Lab66.9964-23.185240.4770
CIE-Lab72.8162-23.415172.0498

#adbc0f color RGB value is (173,188,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 00001111
Octal 255 274 17
Decimal 173 188 15
Hex AD BC F

RGB Percentages of Color #adbc0f

%46.01
%50.00
%3.99

CMYK Percentages of Color #adbc0f

%8
%0
%92
%26

Triadic Colors of #adbc0f

#adbc0f #0fadbc #bc0fad

Analogous Colors of #adbc0f

#adbc0f #57bc0f #bc750f

Monochromatic Colors of #adbc0f

#adbc0f

Complementary Color

#adbc0f #1e0fbc

#adbc0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc0f Color CSS Codes

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

#adbc0f Text Font Color

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

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


#adbc0f Background Color

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

This div background color is #adbc0f


#adbc0f Border Color

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

This div border color is #adbc0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc0f


Comments

No comments written yet.

Please login to write comment.