Color Hex Logo

#adc254 Color Hex

#ADC254
(173,194,84)
0 Favorites   0 Comments

Color spaces of #adc254

RGB 17319484
HSL0.200.470.55
HSV71°57°76°
CMYK 0.110.000.57   0.24
XYZ38.125648.107915.6638
Yxy48.10790.37420.4721
Hunter Lab69.3599-23.262235.1622
CIE-Lab74.8929-23.032151.9165

#adc254 color RGB value is (173,194,84).

#adc254 hex color red value is 173, green value is 194 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #adc254 hue: 0.20 , saturation: 0.47 and the lightness value of adc254 is 0.55.

The process color (four color CMYK) of #adc254 color hex is 0.11, 0.00, 0.57, 0.24. Web safe color of #adc254 is #99cc66. Color #adc254 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 01010100
Octal 255 302 124
Decimal 173 194 84
Hex AD C2 54

RGB Percentages of Color #adc254

%38.36
%43.02
%18.63

CMYK Percentages of Color #adc254

%11
%0
%57
%24

Triadic Colors of #adc254

#adc254 #54adc2 #c254ad

Analogous Colors of #adc254

#adc254 #76c254 #c2a054

Monochromatic Colors of #adc254

#adc254

Complementary Color

#adc254 #6954c2

#adc254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc254 Color CSS Codes

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

#adc254 Text Font Color

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

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


#adc254 Background Color

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

This div background color is #adc254


#adc254 Border Color

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

This div border color is #adc254


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,194,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 #adc254">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc254


Comments

No comments written yet.

Please login to write comment.