Color Hex Logo

#adf078 Color Hex

#ADF078
(173,240,120)
0 Favorites   0 Comments

Color spaces of #adf078

RGB 173240120
HSL0.260.800.71
HSV94°50°94°
CMYK 0.280.000.50   0.06
XYZ51.783872.560529.0456
Yxy72.56050.33760.4730
Hunter Lab85.1825-40.556239.4110
CIE-Lab88.2377-40.929150.9732

#adf078 color RGB value is (173,240,120).

#adf078 hex color red value is 173, green value is 240 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #adf078 hue: 0.26 , saturation: 0.80 and the lightness value of adf078 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110000 01111000
Octal 255 360 170
Decimal 173 240 120
Hex AD F0 78

RGB Percentages of Color #adf078

%32.46
%45.03
%22.51

CMYK Percentages of Color #adf078

%28
%0
%50
%6

Triadic Colors of #adf078

#adf078 #78adf0 #f078ad

Analogous Colors of #adf078

#adf078 #78f07f #e9f078

Monochromatic Colors of #adf078

#adf078

Complementary Color

#adf078 #bb78f0

#adf078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf078 Color CSS Codes

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

#adf078 Text Font Color

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

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


#adf078 Background Color

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

This div background color is #adf078


#adf078 Border Color

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

This div border color is #adf078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf078


Comments

No comments written yet.

Please login to write comment.