Color Hex Logo

#adbe2a Color Hex

#ADBE2A
(173,190,42)
0 Favorites   0 Comments

Color spaces of #adbe2a

RGB 17319042
HSL0.190.640.45
HSV67°78°75°
CMYK 0.090.000.78   0.25
XYZ36.065045.87839.1451
Yxy45.87830.39590.5037
Hunter Lab67.7335-23.490639.4084
CIE-Lab73.4665-23.650466.6656

#adbe2a color RGB value is (173,190,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 00101010
Octal 255 276 52
Decimal 173 190 42
Hex AD BE 2A

RGB Percentages of Color #adbe2a

%42.72
%46.91
%10.37

CMYK Percentages of Color #adbe2a

%9
%0
%78
%25

Triadic Colors of #adbe2a

#adbe2a #2aadbe #be2aad

Analogous Colors of #adbe2a

#adbe2a #63be2a #be852a

Monochromatic Colors of #adbe2a

#adbe2a

Complementary Color

#adbe2a #3b2abe

#adbe2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbe2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbe2a Color CSS Codes

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

#adbe2a Text Font Color

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

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


#adbe2a Background Color

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

This div background color is #adbe2a


#adbe2a Border Color

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

This div border color is #adbe2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbe2a


Comments

No comments written yet.

Please login to write comment.