Color Hex Logo

#adbf07 Color Hex

#ADBF07
(173,191,7)
0 Favorites   0 Comments

Color spaces of #adbf07

RGB 1731917
HSL0.180.930.39
HSV66°96°75°
CMYK 0.090.000.96   0.25
XYZ35.902746.16127.2187
Yxy46.16120.40210.5170
Hunter Lab67.9420-24.573641.2600
CIE-Lab73.6500-24.985273.6228

#adbf07 color RGB value is (173,191,7).

#adbf07 hex color red value is 173, green value is 191 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #adbf07 hue: 0.18 , saturation: 0.93 and the lightness value of adbf07 is 0.39.

The process color (four color CMYK) of #adbf07 color hex is 0.09, 0.00, 0.96, 0.25. Web safe color of #adbf07 is #99cc00. Color #adbf07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 00000111
Octal 255 277 7
Decimal 173 191 7
Hex AD BF 7

RGB Percentages of Color #adbf07

%46.63
%51.48
%1.89

CMYK Percentages of Color #adbf07

%9
%0
%96
%25

Triadic Colors of #adbf07

#adbf07 #07adbf #bf07ad

Analogous Colors of #adbf07

#adbf07 #51bf07 #bf7507

Monochromatic Colors of #adbf07

#adbf07

Complementary Color

#adbf07 #1907bf

#adbf07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf07 Color CSS Codes

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

#adbf07 Text Font Color

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

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


#adbf07 Background Color

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

This div background color is #adbf07


#adbf07 Border Color

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

This div border color is #adbf07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf07


Comments

No comments written yet.

Please login to write comment.