Color Hex Logo

#adf65b Color Hex

#ADF65B
(173,246,91)
0 Favorites   0 Comments

Color spaces of #adf65b

RGB 17324691
HSL0.250.900.66
HSV88°63°96°
CMYK 0.300.000.63   0.04
XYZ52.077775.551121.7356
Yxy75.55110.34870.5058
Hunter Lab86.9201-45.163046.0178
CIE-Lab89.6505-46.247765.2688

#adf65b color RGB value is (173,246,91).

#adf65b hex color red value is 173, green value is 246 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #adf65b hue: 0.25 , saturation: 0.90 and the lightness value of adf65b is 0.66.

The process color (four color CMYK) of #adf65b color hex is 0.30, 0.00, 0.63, 0.04. Web safe color of #adf65b is #99ff66. Color #adf65b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110110 01011011
Octal 255 366 133
Decimal 173 246 91
Hex AD F6 5B

RGB Percentages of Color #adf65b

%33.92
%48.24
%17.84

CMYK Percentages of Color #adf65b

%30
%0
%63
%4

Triadic Colors of #adf65b

#adf65b #5badf6 #f65bad

Analogous Colors of #adf65b

#adf65b #5ff65b #f6f25b

Monochromatic Colors of #adf65b

#adf65b

Complementary Color

#adf65b #a45bf6

#adf65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf65b Color CSS Codes

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

#adf65b Text Font Color

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

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


#adf65b Background Color

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

This div background color is #adf65b


#adf65b Border Color

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

This div border color is #adf65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf65b


Comments

No comments written yet.

Please login to write comment.