Color Hex Logo

#adc258 Color Hex

#ADC258
(173,194,88)
0 Favorites   0 Comments

Color spaces of #adc258

RGB 17319488
HSL0.200.460.55
HSV72°55°76°
CMYK 0.110.000.55   0.24
XYZ38.286848.172416.5128
Yxy48.17240.37180.4678
Hunter Lab69.4063-22.994734.4785
CIE-Lab74.9335-22.688150.1264

#adc258 color RGB value is (173,194,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 01011000
Octal 255 302 130
Decimal 173 194 88
Hex AD C2 58

RGB Percentages of Color #adc258

%38.02
%42.64
%19.34

CMYK Percentages of Color #adc258

%11
%0
%55
%24

Triadic Colors of #adc258

#adc258 #58adc2 #c258ad

Analogous Colors of #adc258

#adc258 #78c258 #c2a258

Monochromatic Colors of #adc258

#adc258

Complementary Color

#adc258 #6d58c2

#adc258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc258 Color CSS Codes

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

#adc258 Text Font Color

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

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


#adc258 Background Color

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

This div background color is #adc258


#adc258 Border Color

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

This div border color is #adc258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc258


Comments

No comments written yet.

Please login to write comment.