Color Hex Logo

#adf534 Color Hex

#ADF534
(173,245,52)
0 Favorites   0 Comments

Color spaces of #adf534

RGB 17324552
HSL0.230.910.58
HSV82°79°96°
CMYK 0.290.000.79   0.04
XYZ50.505874.437014.9547
Yxy74.43700.36100.5321
Hunter Lab86.2769-46.492150.1169
CIE-Lab89.1286-48.156878.0666

#adf534 color RGB value is (173,245,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110101 00110100
Octal 255 365 64
Decimal 173 245 52
Hex AD F5 34

RGB Percentages of Color #adf534

%36.81
%52.13
%11.06

CMYK Percentages of Color #adf534

%29
%0
%79
%4

Triadic Colors of #adf534

#adf534 #34adf5 #f534ad

Analogous Colors of #adf534

#adf534 #4df534 #f5dd34

Monochromatic Colors of #adf534

#adf534

Complementary Color

#adf534 #7c34f5

#adf534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf534 Color CSS Codes

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

#adf534 Text Font Color

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

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


#adf534 Background Color

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

This div background color is #adf534


#adf534 Border Color

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

This div border color is #adf534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf534


Comments

No comments written yet.

Please login to write comment.