Color Hex Logo

#adcb45 Color Hex

#ADCB45
(173,203,69)
0 Favorites   0 Comments

Color spaces of #adcb45

RGB 17320369
HSL0.200.560.53
HSV73°66°80°
CMYK 0.150.000.66   0.20
XYZ39.663752.025813.5817
Yxy52.02580.37680.4942
Hunter Lab72.1289-28.068439.3261
CIE-Lab77.2963-28.497760.9259

#adcb45 color RGB value is (173,203,69).

#adcb45 hex color red value is 173, green value is 203 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #adcb45 hue: 0.20 , saturation: 0.56 and the lightness value of adcb45 is 0.53.

The process color (four color CMYK) of #adcb45 color hex is 0.15, 0.00, 0.66, 0.20. Web safe color of #adcb45 is #99cc33. Color #adcb45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 01000101
Octal 255 313 105
Decimal 173 203 69
Hex AD CB 45

RGB Percentages of Color #adcb45

%38.88
%45.62
%15.51

CMYK Percentages of Color #adcb45

%15
%0
%66
%20

Triadic Colors of #adcb45

#adcb45 #45adcb #cb45ad

Analogous Colors of #adcb45

#adcb45 #6acb45 #cba645

Monochromatic Colors of #adcb45

#adcb45

Complementary Color

#adcb45 #6345cb

#adcb45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb45 Color CSS Codes

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

#adcb45 Text Font Color

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

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


#adcb45 Background Color

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

This div background color is #adcb45


#adcb45 Border Color

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

This div border color is #adcb45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb45


Comments

No comments written yet.

Please login to write comment.