Color Hex Logo

#adf535 Color Hex

#ADF535
(173,245,53)
0 Favorites   0 Comments

Color spaces of #adf535

RGB 17324553
HSL0.230.910.58
HSV83°78°96°
CMYK 0.290.000.78   0.04
XYZ50.528674.446115.0746
Yxy74.44610.36080.5316
Hunter Lab86.2822-46.460550.0388
CIE-Lab89.1329-48.114377.7990

#adf535 color RGB value is (173,245,53).

#adf535 hex color red value is 173, green value is 245 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #adf535 hue: 0.23 , saturation: 0.91 and the lightness value of adf535 is 0.58.

The process color (four color CMYK) of #adf535 color hex is 0.29, 0.00, 0.78, 0.04. Web safe color of #adf535 is #99ff33. Color #adf535 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110101 00110101
Octal 255 365 65
Decimal 173 245 53
Hex AD F5 35

RGB Percentages of Color #adf535

%36.73
%52.02
%11.25

CMYK Percentages of Color #adf535

%29
%0
%78
%4

Triadic Colors of #adf535

#adf535 #35adf5 #f535ad

Analogous Colors of #adf535

#adf535 #4df535 #f5dd35

Monochromatic Colors of #adf535

#adf535

Complementary Color

#adf535 #7d35f5

#adf535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf535 Color CSS Codes

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

#adf535 Text Font Color

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

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


#adf535 Background Color

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

This div background color is #adf535


#adf535 Border Color

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

This div border color is #adf535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf535


Comments

No comments written yet.

Please login to write comment.