Color Hex Logo

#adfe35 Color Hex

#ADFE35
(173,254,53)
0 Favorites   0 Comments

Color spaces of #adfe35

RGB 17325453
HSL0.230.990.60
HSV84°79°100°
CMYK 0.320.000.79   0.00
XYZ53.318080.024916.0044
Yxy80.02490.35700.5358
Hunter Lab89.4566-50.159452.0123
CIE-Lab91.6960-51.842080.1333

#adfe35 color RGB value is (173,254,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 00110101
Octal 255 376 65
Decimal 173 254 53
Hex AD FE 35

RGB Percentages of Color #adfe35

%36.04
%52.92
%11.04

CMYK Percentages of Color #adfe35

%32
%0
%79
%0

Triadic Colors of #adfe35

#adfe35 #35adfe #fe35ad

Analogous Colors of #adfe35

#adfe35 #49fe35 #feeb35

Monochromatic Colors of #adfe35

#adfe35

Complementary Color

#adfe35 #8635fe

#adfe35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfe35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfe35 Color CSS Codes

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

#adfe35 Text Font Color

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

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


#adfe35 Background Color

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

This div background color is #adfe35


#adfe35 Border Color

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

This div border color is #adfe35


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,254,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 #adfe35">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfe35


Comments

No comments written yet.

Please login to write comment.