Color Hex Logo

#adbe1d Color Hex

#ADBE1D
(173,190,29)
0 Favorites   0 Comments

Color spaces of #adbe1d

RGB 17319029
HSL0.180.740.43
HSV66°85°75°
CMYK 0.090.000.85   0.25
XYZ35.868845.79998.1122
Yxy45.79990.39950.5101
Hunter Lab67.6756-23.825440.2659
CIE-Lab73.4155-24.088270.0078

#adbe1d color RGB value is (173,190,29).

#adbe1d hex color red value is 173, green value is 190 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #adbe1d hue: 0.18 , saturation: 0.74 and the lightness value of adbe1d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 00011101
Octal 255 276 35
Decimal 173 190 29
Hex AD BE 1D

RGB Percentages of Color #adbe1d

%44.13
%48.47
%7.40

CMYK Percentages of Color #adbe1d

%9
%0
%85
%25

Triadic Colors of #adbe1d

#adbe1d #1dadbe #be1dad

Analogous Colors of #adbe1d

#adbe1d #5dbe1d #be7f1d

Monochromatic Colors of #adbe1d

#adbe1d

Complementary Color

#adbe1d #2e1dbe

#adbe1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbe1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbe1d Color CSS Codes

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

#adbe1d Text Font Color

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

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


#adbe1d Background Color

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

This div background color is #adbe1d


#adbe1d Border Color

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

This div border color is #adbe1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbe1d


Comments

No comments written yet.

Please login to write comment.