color codes Logo

#adbf0b color codes

#ADBF0B
(173,191,11)
0 Favorites   0 Comments

Color spaces of #adbf0b

RGB 17319111
HSL0.180.890.40
HSV66°94°75°
CMYK 0.090.000.94   0.25
XYZ35.924846.17007.3349
Yxy46.17000.40170.5163
Hunter Lab67.9485-24.535841.1637
CIE-Lab73.6557-24.935673.2006

#adbf0b color RGB value is (173,191,11).

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

The process color (four color CMYK) of #adbf0b color code is 0.09, 0.00, 0.94, 0.25. Web safe color of #adbf0b is #99cc00. Color #adbf0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 00001011
Octal 255 277 13
Decimal 173 191 11
Hex AD BF B

RGB Percentages of Color #adbf0b

%46.13
%50.93
%2.93

CMYK Percentages of Color #adbf0b

%9
%0
%94
%25

Triadic Colors of #adbf0b

#adbf0b #0badbf #bf0bad

Analogous Colors of #adbf0b

#adbf0b #53bf0b #bf770b

Monochromatic Colors of #adbf0b

#adbf0b

Complementary Color

#adbf0b #1d0bbf

#adbf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf0b Color CSS Codes

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

#adbf0b Text Font Color

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

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


#adbf0b Background Color

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

This div background color is #adbf0b


#adbf0b Border Color

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

This div border color is #adbf0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf0b


Comments

No comments written yet.

Please login to write comment.