Color Hex Logo

#adbf65 Color Hex

#ADBF65
(173,191,101)
0 Favorites   0 Comments

Color spaces of #adbf65

RGB 173191101
HSL0.200.410.57
HSV72°47°75°
CMYK 0.090.000.47   0.25
XYZ38.213347.085419.3863
Yxy47.08540.36500.4498
Hunter Lab68.6188-20.677631.2825
CIE-Lab74.2444-19.954043.0793

#adbf65 color RGB value is (173,191,101).

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

The process color (four color CMYK) of #adbf65 color hex is 0.09, 0.00, 0.47, 0.25. Web safe color of #adbf65 is #99cc66. Color #adbf65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 01100101
Octal 255 277 145
Decimal 173 191 101
Hex AD BF 65

RGB Percentages of Color #adbf65

%37.20
%41.08
%21.72

CMYK Percentages of Color #adbf65

%9
%0
%47
%25

Triadic Colors of #adbf65

#adbf65 #65adbf #bf65ad

Analogous Colors of #adbf65

#adbf65 #80bf65 #bfa465

Monochromatic Colors of #adbf65

#adbf65

Complementary Color

#adbf65 #7765bf

#adbf65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf65 Color CSS Codes

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

#adbf65 Text Font Color

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

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


#adbf65 Background Color

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

This div background color is #adbf65


#adbf65 Border Color

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

This div border color is #adbf65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf65


Comments

No comments written yet.

Please login to write comment.