Color Hex Logo

#adbc65 Color Hex

#ADBC65
(173,188,101)
0 Favorites   0 Comments

Color spaces of #adbc65

RGB 173188101
HSL0.200.390.57
HSV70°46°74°
CMYK 0.080.000.46   0.26
XYZ37.565845.790319.1704
Yxy45.79030.36640.4466
Hunter Lab67.6685-19.326730.5712
CIE-Lab73.4093-18.450642.0587

#adbc65 color RGB value is (173,188,101).

#adbc65 hex color red value is 173, green value is 188 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #adbc65 hue: 0.20 , saturation: 0.39 and the lightness value of adbc65 is 0.57.

The process color (four color CMYK) of #adbc65 color hex is 0.08, 0.00, 0.46, 0.26. Web safe color of #adbc65 is #99cc66. Color #adbc65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 01100101
Octal 255 274 145
Decimal 173 188 101
Hex AD BC 65

RGB Percentages of Color #adbc65

%37.45
%40.69
%21.86

CMYK Percentages of Color #adbc65

%8
%0
%46
%26

Triadic Colors of #adbc65

#adbc65 #65adbc #bc65ad

Analogous Colors of #adbc65

#adbc65 #82bc65 #bca065

Monochromatic Colors of #adbc65

#adbc65

Complementary Color

#adbc65 #7465bc

#adbc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc65 Color CSS Codes

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

#adbc65 Text Font Color

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

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


#adbc65 Background Color

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

This div background color is #adbc65


#adbc65 Border Color

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

This div border color is #adbc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc65


Comments

No comments written yet.

Please login to write comment.