Color Hex Logo

#adbf29 Color Hex

#ADBF29
(173,191,41)
0 Favorites   0 Comments

Color spaces of #adbf29

RGB 17319141
HSL0.190.650.45
HSV67°79°75°
CMYK 0.090.000.79   0.25
XYZ36.264646.30599.1244
Yxy46.30590.39550.5050
Hunter Lab68.0484-23.958039.6839
CIE-Lab73.7436-24.178267.2095

#adbf29 color RGB value is (173,191,41).

#adbf29 hex color red value is 173, green value is 191 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #adbf29 hue: 0.19 , saturation: 0.65 and the lightness value of adbf29 is 0.45.

The process color (four color CMYK) of #adbf29 color hex is 0.09, 0.00, 0.79, 0.25. Web safe color of #adbf29 is #99cc33. Color #adbf29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 00101001
Octal 255 277 51
Decimal 173 191 41
Hex AD BF 29

RGB Percentages of Color #adbf29

%42.72
%47.16
%10.12

CMYK Percentages of Color #adbf29

%9
%0
%79
%25

Triadic Colors of #adbf29

#adbf29 #29adbf #bf29ad

Analogous Colors of #adbf29

#adbf29 #62bf29 #bf8629

Monochromatic Colors of #adbf29

#adbf29

Complementary Color

#adbf29 #3b29bf

#adbf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf29 Color CSS Codes

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

#adbf29 Text Font Color

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

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


#adbf29 Background Color

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

This div background color is #adbf29


#adbf29 Border Color

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

This div border color is #adbf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf29


Comments

No comments written yet.

Please login to write comment.