Color Hex Logo

#adf321 Color Hex

#ADF321
(173,243,33)
0 Favorites   0 Comments

Color spaces of #adf321

RGB 17324333
HSL0.220.900.54
HSV80°86°95°
CMYK 0.290.000.86   0.05
XYZ49.558773.095212.9356
Yxy73.09520.36550.5391
Hunter Lab85.4957-46.147750.8764
CIE-Lab88.4931-47.965081.8412

#adf321 color RGB value is (173,243,33).

#adf321 hex color red value is 173, green value is 243 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #adf321 hue: 0.22 , saturation: 0.90 and the lightness value of adf321 is 0.54.

The process color (four color CMYK) of #adf321 color hex is 0.29, 0.00, 0.86, 0.05. Web safe color of #adf321 is #99ff33. Color #adf321 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110011 00100001
Octal 255 363 41
Decimal 173 243 33
Hex AD F3 21

RGB Percentages of Color #adf321

%38.53
%54.12
%7.35

CMYK Percentages of Color #adf321

%29
%0
%86
%5

Triadic Colors of #adf321

#adf321 #21adf3 #f321ad

Analogous Colors of #adf321

#adf321 #44f321 #f3d021

Monochromatic Colors of #adf321

#adf321

Complementary Color

#adf321 #6721f3

#adf321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf321 Color CSS Codes

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

#adf321 Text Font Color

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

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


#adf321 Background Color

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

This div background color is #adf321


#adf321 Border Color

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

This div border color is #adf321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf321


Comments

No comments written yet.

Please login to write comment.