Color Hex Logo

#adf465 Color Hex

#ADF465
(173,244,101)
0 Favorites   0 Comments

Color spaces of #adf465

RGB 173244101
HSL0.250.870.68
HSV90°59°96°
CMYK 0.290.000.59   0.04
XYZ51.933274.525223.9596
Yxy74.52520.34530.4955
Hunter Lab86.3280-43.691943.9741
CIE-Lab89.1701-44.555960.5826

#adf465 color RGB value is (173,244,101).

#adf465 hex color red value is 173, green value is 244 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #adf465 hue: 0.25 , saturation: 0.87 and the lightness value of adf465 is 0.68.

The process color (four color CMYK) of #adf465 color hex is 0.29, 0.00, 0.59, 0.04. Web safe color of #adf465 is #99ff66. Color #adf465 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110100 01100101
Octal 255 364 145
Decimal 173 244 101
Hex AD F4 65

RGB Percentages of Color #adf465

%33.40
%47.10
%19.50

CMYK Percentages of Color #adf465

%29
%0
%59
%4

Triadic Colors of #adf465

#adf465 #65adf4 #f465ad

Analogous Colors of #adf465

#adf465 #66f465 #f4f465

Monochromatic Colors of #adf465

#adf465

Complementary Color

#adf465 #ac65f4

#adf465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf465 Color CSS Codes

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

#adf465 Text Font Color

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

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


#adf465 Background Color

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

This div background color is #adf465


#adf465 Border Color

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

This div border color is #adf465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf465


Comments

No comments written yet.

Please login to write comment.