Color Hex Logo

#adfb15 Color Hex

#ADFB15
(173,251,21)
0 Favorites   0 Comments

Color spaces of #adfb15

RGB 17325121
HSL0.220.970.53
HSV80°92°98°
CMYK 0.310.000.92   0.02
XYZ51.866177.932713.0184
Yxy77.93270.36320.5457
Hunter Lab88.2795-49.616553.0523
CIE-Lab90.7492-51.538385.5217

#adfb15 color RGB value is (173,251,21).

#adfb15 hex color red value is 173, green value is 251 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #adfb15 hue: 0.22 , saturation: 0.97 and the lightness value of adfb15 is 0.53.

The process color (four color CMYK) of #adfb15 color hex is 0.31, 0.00, 0.92, 0.02. Web safe color of #adfb15 is #99ff00. Color #adfb15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 00010101
Octal 255 373 25
Decimal 173 251 21
Hex AD FB 15

RGB Percentages of Color #adfb15

%38.88
%56.40
%4.72

CMYK Percentages of Color #adfb15

%31
%0
%92
%2

Triadic Colors of #adfb15

#adfb15 #15adfb #fb15ad

Analogous Colors of #adfb15

#adfb15 #3afb15 #fbd615

Monochromatic Colors of #adfb15

#adfb15

Complementary Color

#adfb15 #6315fb

#adfb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb15 Color CSS Codes

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

#adfb15 Text Font Color

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

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


#adfb15 Background Color

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

This div background color is #adfb15


#adfb15 Border Color

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

This div border color is #adfb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb15


Comments

No comments written yet.

Please login to write comment.