Color Hex Logo

#adc634 Color Hex

#ADC634
(173,198,52)
0 Favorites   0 Comments

Color spaces of #adc634

RGB 17319852
HSL0.200.580.49
HSV70°74°78°
CMYK 0.130.000.74   0.22
XYZ38.047549.520310.8019
Yxy49.52030.38680.5034
Hunter Lab70.3707-26.638640.1584
CIE-Lab75.7739-27.081265.6452

#adc634 color RGB value is (173,198,52).

#adc634 hex color red value is 173, green value is 198 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #adc634 hue: 0.20 , saturation: 0.58 and the lightness value of adc634 is 0.49.

The process color (four color CMYK) of #adc634 color hex is 0.13, 0.00, 0.74, 0.22. Web safe color of #adc634 is #99cc33. Color #adc634 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 00110100
Octal 255 306 64
Decimal 173 198 52
Hex AD C6 34

RGB Percentages of Color #adc634

%40.90
%46.81
%12.29

CMYK Percentages of Color #adc634

%13
%0
%74
%22

Triadic Colors of #adc634

#adc634 #34adc6 #c634ad

Analogous Colors of #adc634

#adc634 #64c634 #c69634

Monochromatic Colors of #adc634

#adc634

Complementary Color

#adc634 #4d34c6

#adc634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc634 Color CSS Codes

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

#adc634 Text Font Color

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

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


#adc634 Background Color

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

This div background color is #adc634


#adc634 Border Color

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

This div border color is #adc634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc634


Comments

No comments written yet.

Please login to write comment.