Color Hex Logo

#adcb35 Color Hex

#ADCB35
(173,203,53)
0 Favorites   0 Comments

Color spaces of #adcb35

RGB 17320353
HSL0.200.590.50
HSV72°74°80°
CMYK 0.150.000.74   0.20
XYZ39.232151.853211.3091
Yxy51.85320.38310.5064
Hunter Lab72.0092-28.765541.0949
CIE-Lab77.1930-29.412766.6650

#adcb35 color RGB value is (173,203,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 00110101
Octal 255 313 65
Decimal 173 203 53
Hex AD CB 35

RGB Percentages of Color #adcb35

%40.33
%47.32
%12.35

CMYK Percentages of Color #adcb35

%15
%0
%74
%20

Triadic Colors of #adcb35

#adcb35 #35adcb #cb35ad

Analogous Colors of #adcb35

#adcb35 #62cb35 #cb9e35

Monochromatic Colors of #adcb35

#adcb35

Complementary Color

#adcb35 #5335cb

#adcb35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb35 Color CSS Codes

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

#adcb35 Text Font Color

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

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


#adcb35 Background Color

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

This div background color is #adcb35


#adcb35 Border Color

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

This div border color is #adcb35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb35


Comments

No comments written yet.

Please login to write comment.