Color Hex Logo

#adf25d Color Hex

#ADF25D
(173,242,93)
0 Favorites   0 Comments

Color spaces of #adf25d

RGB 17324293
HSL0.240.850.66
HSV88°62°95°
CMYK 0.290.000.62   0.05
XYZ50.961573.178821.7949
Yxy73.17880.34920.5014
Hunter Lab85.5446-43.365244.7754
CIE-Lab88.5329-44.374863.2357

#adf25d color RGB value is (173,242,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110010 01011101
Octal 255 362 135
Decimal 173 242 93
Hex AD F2 5D

RGB Percentages of Color #adf25d

%34.06
%47.64
%18.31

CMYK Percentages of Color #adf25d

%29
%0
%62
%5

Triadic Colors of #adf25d

#adf25d #5dadf2 #f25dad

Analogous Colors of #adf25d

#adf25d #63f25d #f2ed5d

Monochromatic Colors of #adf25d

#adf25d

Complementary Color

#adf25d #a25df2

#adf25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf25d Color CSS Codes

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

#adf25d Text Font Color

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

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


#adf25d Background Color

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

This div background color is #adf25d


#adf25d Border Color

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

This div border color is #adf25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf25d


Comments

No comments written yet.

Please login to write comment.