Color Hex Logo

#adb254 Color Hex

#ADB254
(173,178,84)
0 Favorites   0 Comments

Color spaces of #adb254

RGB 17317884
HSL0.180.380.51
HSV63°53°70°
CMYK 0.030.000.53   0.30
XYZ34.754241.365114.5400
Yxy41.36510.38330.4563
Hunter Lab64.3157-16.096731.6172
CIE-Lab70.4310-15.005946.7921

#adb254 color RGB value is (173,178,84).

#adb254 hex color red value is 173, green value is 178 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #adb254 hue: 0.18 , saturation: 0.38 and the lightness value of adb254 is 0.51.

The process color (four color CMYK) of #adb254 color hex is 0.03, 0.00, 0.53, 0.30. Web safe color of #adb254 is #999966. Color #adb254 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 01010100
Octal 255 262 124
Decimal 173 178 84
Hex AD B2 54

RGB Percentages of Color #adb254

%39.77
%40.92
%19.31

CMYK Percentages of Color #adb254

%3
%0
%53
%30

Triadic Colors of #adb254

#adb254 #54adb2 #b254ad

Analogous Colors of #adb254

#adb254 #7eb254 #b28854

Monochromatic Colors of #adb254

#adb254

Complementary Color

#adb254 #5954b2

#adb254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb254 Color CSS Codes

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

#adb254 Text Font Color

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

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


#adb254 Background Color

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

This div background color is #adb254


#adb254 Border Color

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

This div border color is #adb254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb254


Comments

No comments written yet.

Please login to write comment.