Color Hex Logo

#adbe40 Color Hex

#ADBE40
(173,190,64)
0 Favorites   0 Comments

Color spaces of #adbe40

RGB 17319064
HSL0.190.500.50
HSV68°66°75°
CMYK 0.090.000.66   0.25
XYZ36.572446.081311.8175
Yxy46.08130.38710.4878
Hunter Lab67.8832-22.627937.1967
CIE-Lab73.5983-22.528759.0790

#adbe40 color RGB value is (173,190,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 01000000
Octal 255 276 100
Decimal 173 190 64
Hex AD BE 40

RGB Percentages of Color #adbe40

%40.52
%44.50
%14.99

CMYK Percentages of Color #adbe40

%9
%0
%66
%25

Triadic Colors of #adbe40

#adbe40 #40adbe #be40ad

Analogous Colors of #adbe40

#adbe40 #6ebe40 #be9040

Monochromatic Colors of #adbe40

#adbe40

Complementary Color

#adbe40 #5140be

#adbe40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbe40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbe40 Color CSS Codes

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

#adbe40 Text Font Color

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

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


#adbe40 Background Color

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

This div background color is #adbe40


#adbe40 Border Color

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

This div border color is #adbe40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbe40


Comments

No comments written yet.

Please login to write comment.