Color Hex Logo

#adcd5b Color Hex

#ADCD5B
(173,205,91)
0 Favorites   0 Comments

Color spaces of #adcd5b

RGB 17320591
HSL0.210.530.58
HSV77°56°80°
CMYK 0.160.000.56   0.20
XYZ40.953253.302218.0274
Yxy53.30220.36470.4747
Hunter Lab73.0084-27.637136.4658
CIE-Lab78.0531-27.753852.3389

#adcd5b color RGB value is (173,205,91).

#adcd5b hex color red value is 173, green value is 205 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #adcd5b hue: 0.21 , saturation: 0.53 and the lightness value of adcd5b is 0.58.

The process color (four color CMYK) of #adcd5b color hex is 0.16, 0.00, 0.56, 0.20. Web safe color of #adcd5b is #99cc66. Color #adcd5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 01011011
Octal 255 315 133
Decimal 173 205 91
Hex AD CD 5B

RGB Percentages of Color #adcd5b

%36.89
%43.71
%19.40

CMYK Percentages of Color #adcd5b

%16
%0
%56
%20

Triadic Colors of #adcd5b

#adcd5b #5badcd #cd5bad

Analogous Colors of #adcd5b

#adcd5b #74cd5b #cdb45b

Monochromatic Colors of #adcd5b

#adcd5b

Complementary Color

#adcd5b #7b5bcd

#adcd5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcd5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcd5b Color CSS Codes

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

#adcd5b Text Font Color

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

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


#adcd5b Background Color

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

This div background color is #adcd5b


#adcd5b Border Color

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

This div border color is #adcd5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcd5b


Comments

No comments written yet.

Please login to write comment.