Color Hex Logo

#adca57 Color Hex

#ADCA57
(173,202,87)
0 Favorites   0 Comments

Color spaces of #adca57

RGB 17320287
HSL0.210.520.57
HSV75°57°79°
CMYK 0.140.000.57   0.21
XYZ40.074451.813416.9057
Yxy51.81340.36840.4763
Hunter Lab71.9815-26.591136.4621
CIE-Lab77.1691-26.664553.1416

#adca57 color RGB value is (173,202,87).

#adca57 hex color red value is 173, green value is 202 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #adca57 hue: 0.21 , saturation: 0.52 and the lightness value of adca57 is 0.57.

The process color (four color CMYK) of #adca57 color hex is 0.14, 0.00, 0.57, 0.21. Web safe color of #adca57 is #99cc66. Color #adca57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 01010111
Octal 255 312 127
Decimal 173 202 87
Hex AD CA 57

RGB Percentages of Color #adca57

%37.45
%43.72
%18.83

CMYK Percentages of Color #adca57

%14
%0
%57
%21

Triadic Colors of #adca57

#adca57 #57adca #ca57ad

Analogous Colors of #adca57

#adca57 #74ca57 #caae57

Monochromatic Colors of #adca57

#adca57

Complementary Color

#adca57 #7457ca

#adca57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adca57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adca57 Color CSS Codes

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

#adca57 Text Font Color

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

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


#adca57 Background Color

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

This div background color is #adca57


#adca57 Border Color

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

This div border color is #adca57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adca57


Comments

No comments written yet.

Please login to write comment.