Color Hex Logo

#adf35e Color Hex

#ADF35E
(173,243,94)
0 Favorites   0 Comments

Color spaces of #adf35e

RGB 17324394
HSL0.240.860.66
HSV88°61°95°
CMYK 0.290.000.61   0.05
XYZ51.304673.793622.1292
Yxy73.79360.34850.5012
Hunter Lab85.9032-43.723744.8588
CIE-Lab88.8248-44.723563.1439

#adf35e color RGB value is (173,243,94).

#adf35e hex color red value is 173, green value is 243 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #adf35e hue: 0.24 , saturation: 0.86 and the lightness value of adf35e is 0.66.

The process color (four color CMYK) of #adf35e color hex is 0.29, 0.00, 0.61, 0.05. Web safe color of #adf35e is #99ff66. Color #adf35e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110011 01011110
Octal 255 363 136
Decimal 173 243 94
Hex AD F3 5E

RGB Percentages of Color #adf35e

%33.92
%47.65
%18.43

CMYK Percentages of Color #adf35e

%29
%0
%61
%5

Triadic Colors of #adf35e

#adf35e #5eadf3 #f35ead

Analogous Colors of #adf35e

#adf35e #62f35e #f3ef5e

Monochromatic Colors of #adf35e

#adf35e

Complementary Color

#adf35e #a45ef3

#adf35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf35e Color CSS Codes

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

#adf35e Text Font Color

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

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


#adf35e Background Color

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

This div background color is #adf35e


#adf35e Border Color

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

This div border color is #adf35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf35e


Comments

No comments written yet.

Please login to write comment.