Color Hex Logo

#adf070 Color Hex

#ADF070
(173,240,112)
0 Favorites   0 Comments

Color spaces of #adf070

RGB 173240112
HSL0.250.810.69
HSV91°53°94°
CMYK 0.280.000.53   0.06
XYZ51.318372.374326.5941
Yxy72.37430.34150.4816
Hunter Lab85.0731-41.202141.0169
CIE-Lab88.1484-41.771854.5485

#adf070 color RGB value is (173,240,112).

#adf070 hex color red value is 173, green value is 240 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #adf070 hue: 0.25 , saturation: 0.81 and the lightness value of adf070 is 0.69.

The process color (four color CMYK) of #adf070 color hex is 0.28, 0.00, 0.53, 0.06. Web safe color of #adf070 is #99ff66. Color #adf070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110000 01110000
Octal 255 360 160
Decimal 173 240 112
Hex AD F0 70

RGB Percentages of Color #adf070

%32.95
%45.71
%21.33

CMYK Percentages of Color #adf070

%28
%0
%53
%6

Triadic Colors of #adf070

#adf070 #70adf0 #f070ad

Analogous Colors of #adf070

#adf070 #70f073 #edf070

Monochromatic Colors of #adf070

#adf070

Complementary Color

#adf070 #b370f0

#adf070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf070 Color CSS Codes

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

#adf070 Text Font Color

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

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


#adf070 Background Color

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

This div background color is #adf070


#adf070 Border Color

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

This div border color is #adf070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf070


Comments

No comments written yet.

Please login to write comment.