Color Hex Logo

#adfa69 Color Hex

#ADFA69
(173,250,105)
0 Favorites   0 Comments

Color spaces of #adfa69

RGB 173250105
HSL0.260.940.70
HSV92°58°98°
CMYK 0.310.000.58   0.02
XYZ53.969078.275425.6288
Yxy78.27540.34190.4958
Hunter Lab88.4734-45.943044.7564
CIE-Lab90.9054-46.762760.8332

#adfa69 color RGB value is (173,250,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 01101001
Octal 255 372 151
Decimal 173 250 105
Hex AD FA 69

RGB Percentages of Color #adfa69

%32.77
%47.35
%19.89

CMYK Percentages of Color #adfa69

%31
%0
%58
%2

Triadic Colors of #adfa69

#adfa69 #69adfa #fa69ad

Analogous Colors of #adfa69

#adfa69 #69fa6e #f6fa69

Monochromatic Colors of #adfa69

#adfa69

Complementary Color

#adfa69 #b669fa

#adfa69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfa69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfa69 Color CSS Codes

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

#adfa69 Text Font Color

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

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


#adfa69 Background Color

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

This div background color is #adfa69


#adfa69 Border Color

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

This div border color is #adfa69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfa69

Related Colors


Comments

No comments written yet.

Please login to write comment.