Color Hex Logo

#adfa62 Color Hex

#ADFA62
(173,250,98)
0 Favorites   0 Comments

Color spaces of #adfa62

RGB 17325098
HSL0.250.940.68
HSV90°61°98°
CMYK 0.310.000.61   0.02
XYZ53.623878.137323.8110
Yxy78.13730.34470.5023
Hunter Lab88.3953-46.407245.9058
CIE-Lab90.8425-47.376263.7162

#adfa62 color RGB value is (173,250,98).

#adfa62 hex color red value is 173, green value is 250 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #adfa62 hue: 0.25 , saturation: 0.94 and the lightness value of adfa62 is 0.68.

The process color (four color CMYK) of #adfa62 color hex is 0.31, 0.00, 0.61, 0.02. Web safe color of #adfa62 is #99ff66. Color #adfa62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 01100010
Octal 255 372 142
Decimal 173 250 98
Hex AD FA 62

RGB Percentages of Color #adfa62

%33.21
%47.98
%18.81

CMYK Percentages of Color #adfa62

%31
%0
%61
%2

Triadic Colors of #adfa62

#adfa62 #62adfa #fa62ad

Analogous Colors of #adfa62

#adfa62 #62fa63 #f9fa62

Monochromatic Colors of #adfa62

#adfa62

Complementary Color

#adfa62 #af62fa

#adfa62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfa62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfa62 Color CSS Codes

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

#adfa62 Text Font Color

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

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


#adfa62 Background Color

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

This div background color is #adfa62


#adfa62 Border Color

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

This div border color is #adfa62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfa62

Related Colors


Comments

No comments written yet.

Please login to write comment.