Color Hex Logo

#adba38 Color Hex

#ADBA38
(173,186,56)
0 Favorites   0 Comments

Color spaces of #adba38

RGB 17318656
HSL0.180.540.47
HSV66°70°73°
CMYK 0.070.000.70   0.27
XYZ35.506344.287610.4184
Yxy44.28760.39360.4909
Hunter Lab66.5489-21.224337.3023
CIE-Lab72.4203-21.019960.9721

#adba38 color RGB value is (173,186,56).

#adba38 hex color red value is 173, green value is 186 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #adba38 hue: 0.18 , saturation: 0.54 and the lightness value of adba38 is 0.47.

The process color (four color CMYK) of #adba38 color hex is 0.07, 0.00, 0.70, 0.27. Web safe color of #adba38 is #99cc33. Color #adba38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 00111000
Octal 255 272 70
Decimal 173 186 56
Hex AD BA 38

RGB Percentages of Color #adba38

%41.69
%44.82
%13.49

CMYK Percentages of Color #adba38

%7
%0
%70
%27

Triadic Colors of #adba38

#adba38 #38adba #ba38ad

Analogous Colors of #adba38

#adba38 #6cba38 #ba8638

Monochromatic Colors of #adba38

#adba38

Complementary Color

#adba38 #4538ba

#adba38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba38 Color CSS Codes

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

#adba38 Text Font Color

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

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


#adba38 Background Color

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

This div background color is #adba38


#adba38 Border Color

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

This div border color is #adba38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba38


Comments

No comments written yet.

Please login to write comment.