Color Hex Logo

#adf380 Color Hex

#ADF380
(173,243,128)
0 Favorites   0 Comments

Color spaces of #adf380

RGB 173243128
HSL0.270.830.73
HSV97°47°95°
CMYK 0.290.000.47   0.05
XYZ53.180574.543932.0076
Yxy74.54390.33290.4667
Hunter Lab86.3388-41.145638.4571
CIE-Lab89.1789-41.347248.3605

#adf380 color RGB value is (173,243,128).

#adf380 hex color red value is 173, green value is 243 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #adf380 hue: 0.27 , saturation: 0.83 and the lightness value of adf380 is 0.73.

The process color (four color CMYK) of #adf380 color hex is 0.29, 0.00, 0.47, 0.05. Web safe color of #adf380 is #99ff99. Color #adf380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110011 10000000
Octal 255 363 200
Decimal 173 243 128
Hex AD F3 80

RGB Percentages of Color #adf380

%31.80
%44.67
%23.53

CMYK Percentages of Color #adf380

%29
%0
%47
%5

Triadic Colors of #adf380

#adf380 #80adf3 #f380ad

Analogous Colors of #adf380

#adf380 #80f38d #e7f380

Monochromatic Colors of #adf380

#adf380

Complementary Color

#adf380 #c680f3

#adf380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf380 Color CSS Codes

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

#adf380 Text Font Color

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

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


#adf380 Background Color

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

This div background color is #adf380


#adf380 Border Color

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

This div border color is #adf380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf380


Comments

No comments written yet.

Please login to write comment.