Color Hex Logo

#adb230 Color Hex

#ADB230
(173,178,48)
0 Favorites   0 Comments

Color spaces of #adb230

RGB 17317848
HSL0.170.580.44
HSV62°73°70°
CMYK 0.030.000.73   0.30
XYZ33.687540.93848.9227
Yxy40.93840.40320.4900
Hunter Lab63.9831-17.989136.5200
CIE-Lab70.1327-17.416561.6336

#adb230 color RGB value is (173,178,48).

#adb230 hex color red value is 173, green value is 178 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #adb230 hue: 0.17 , saturation: 0.58 and the lightness value of adb230 is 0.44.

The process color (four color CMYK) of #adb230 color hex is 0.03, 0.00, 0.73, 0.30. Web safe color of #adb230 is #999933. Color #adb230 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 00110000
Octal 255 262 60
Decimal 173 178 48
Hex AD B2 30

RGB Percentages of Color #adb230

%43.36
%44.61
%12.03

CMYK Percentages of Color #adb230

%3
%0
%73
%30

Triadic Colors of #adb230

#adb230 #30adb2 #b230ad

Analogous Colors of #adb230

#adb230 #6cb230 #b27630

Monochromatic Colors of #adb230

#adb230

Complementary Color

#adb230 #3530b2

#adb230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb230 Color CSS Codes

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

#adb230 Text Font Color

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

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


#adb230 Background Color

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

This div background color is #adb230


#adb230 Border Color

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

This div border color is #adb230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb230


Comments

No comments written yet.

Please login to write comment.