Color Hex Logo

#adbe11 Color Hex

#ADBE11
(173,190,17)
0 Favorites   0 Comments

Color spaces of #adbe11

RGB 17319017
HSL0.180.840.41
HSV66°91°75°
CMYK 0.090.000.91   0.25
XYZ35.748245.75167.4771
Yxy45.75160.40180.5142
Hunter Lab67.6399-24.031340.7939
CIE-Lab73.3841-24.358172.2097

#adbe11 color RGB value is (173,190,17).

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

The process color (four color CMYK) of #adbe11 color hex is 0.09, 0.00, 0.91, 0.25. Web safe color of #adbe11 is #99cc00. Color #adbe11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 00010001
Octal 255 276 21
Decimal 173 190 17
Hex AD BE 11

RGB Percentages of Color #adbe11

%45.53
%50.00
%4.47

CMYK Percentages of Color #adbe11

%9
%0
%91
%25

Triadic Colors of #adbe11

#adbe11 #11adbe #be11ad

Analogous Colors of #adbe11

#adbe11 #57be11 #be7911

Monochromatic Colors of #adbe11

#adbe11

Complementary Color

#adbe11 #2211be

#adbe11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbe11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbe11 Color CSS Codes

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

#adbe11 Text Font Color

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

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


#adbe11 Background Color

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

This div background color is #adbe11


#adbe11 Border Color

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

This div border color is #adbe11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbe11


Comments

No comments written yet.

Please login to write comment.