Color Hex Logo

#adbd3e Color Hex

#ADBD3E
(173,189,62)
0 Favorites   0 Comments

Color spaces of #adbd3e

RGB 17318962
HSL0.190.510.49
HSV68°67°74°
CMYK 0.080.000.67   0.26
XYZ36.300745.627211.4511
Yxy45.62720.38870.4886
Hunter Lab67.5479-22.281737.2324
CIE-Lab73.3030-22.158759.5662

#adbd3e color RGB value is (173,189,62).

#adbd3e hex color red value is 173, green value is 189 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #adbd3e hue: 0.19 , saturation: 0.51 and the lightness value of adbd3e is 0.49.

The process color (four color CMYK) of #adbd3e color hex is 0.08, 0.00, 0.67, 0.26. Web safe color of #adbd3e is #99cc33. Color #adbd3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 00111110
Octal 255 275 76
Decimal 173 189 62
Hex AD BD 3E

RGB Percentages of Color #adbd3e

%40.80
%44.58
%14.62

CMYK Percentages of Color #adbd3e

%8
%0
%67
%26

Triadic Colors of #adbd3e

#adbd3e #3eadbd #bd3ead

Analogous Colors of #adbd3e

#adbd3e #6ebd3e #bd8e3e

Monochromatic Colors of #adbd3e

#adbd3e

Complementary Color

#adbd3e #4e3ebd

#adbd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbd3e Color CSS Codes

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

#adbd3e Text Font Color

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

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


#adbd3e Background Color

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

This div background color is #adbd3e


#adbd3e Border Color

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

This div border color is #adbd3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbd3e


Comments

No comments written yet.

Please login to write comment.