Color Hex Logo

#adf496 Color Hex

#ADF496
(173,244,150)
0 Favorites   0 Comments

Color spaces of #adf496

RGB 173244150
HSL0.290.810.77
HSV105°39°96°
CMYK 0.290.000.39   0.04
XYZ55.089375.787640.5791
Yxy75.78760.32130.4420
Hunter Lab87.0561-39.392933.3026
CIE-Lab89.7606-38.983038.4183

#adf496 color RGB value is (173,244,150).

#adf496 hex color red value is 173, green value is 244 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #adf496 hue: 0.29 , saturation: 0.81 and the lightness value of adf496 is 0.77.

The process color (four color CMYK) of #adf496 color hex is 0.29, 0.00, 0.39, 0.04. Web safe color of #adf496 is #99ff99. Color #adf496 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110100 10010110
Octal 255 364 226
Decimal 173 244 150
Hex AD F4 96

RGB Percentages of Color #adf496

%30.51
%43.03
%26.46

CMYK Percentages of Color #adf496

%29
%0
%39
%4

Triadic Colors of #adf496

#adf496 #96adf4 #f496ad

Analogous Colors of #adf496

#adf496 #96f4ae #dcf496

Monochromatic Colors of #adf496

#adf496

Complementary Color

#adf496 #dd96f4

#adf496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf496 Color CSS Codes

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

#adf496 Text Font Color

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

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


#adf496 Background Color

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

This div background color is #adf496


#adf496 Border Color

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

This div border color is #adf496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf496

#adf496 Color Palettes


Comments

No comments written yet.

Please login to write comment.