Color Hex Logo

#adbf58 Color Hex

#ADBF58
(173,191,88)
0 Favorites   0 Comments

Color spaces of #adbf58

RGB 17319188
HSL0.200.450.55
HSV70°54°75°
CMYK 0.090.000.54   0.25
XYZ37.625846.850416.2925
Yxy46.85040.37340.4649
Hunter Lab68.4474-21.660733.8004
CIE-Lab74.0940-21.206749.1553

#adbf58 color RGB value is (173,191,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 01011000
Octal 255 277 130
Decimal 173 191 88
Hex AD BF 58

RGB Percentages of Color #adbf58

%38.27
%42.26
%19.47

CMYK Percentages of Color #adbf58

%9
%0
%54
%25

Triadic Colors of #adbf58

#adbf58 #58adbf #bf58ad

Analogous Colors of #adbf58

#adbf58 #7abf58 #bf9e58

Monochromatic Colors of #adbf58

#adbf58

Complementary Color

#adbf58 #6a58bf

#adbf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf58 Color CSS Codes

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

#adbf58 Text Font Color

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

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


#adbf58 Background Color

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

This div background color is #adbf58


#adbf58 Border Color

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

This div border color is #adbf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf58


Comments

No comments written yet.

Please login to write comment.