Color Hex Logo

#adfb61 Color Hex

#ADFB61
(173,251,97)
0 Favorites   0 Comments

Color spaces of #adfb61

RGB 17325197
HSL0.250.950.68
HSV90°61°98°
CMYK 0.310.000.61   0.02
XYZ53.888478.741723.6677
Yxy78.74170.34480.5038
Hunter Lab88.7365-46.888546.3018
CIE-Lab91.1173-47.882264.4322

#adfb61 color RGB value is (173,251,97).

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

The process color (four color CMYK) of #adfb61 color hex is 0.31, 0.00, 0.61, 0.02. Web safe color of #adfb61 is #99ff66. Color #adfb61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 01100001
Octal 255 373 141
Decimal 173 251 97
Hex AD FB 61

RGB Percentages of Color #adfb61

%33.21
%48.18
%18.62

CMYK Percentages of Color #adfb61

%31
%0
%61
%2

Triadic Colors of #adfb61

#adfb61 #61adfb #fb61ad

Analogous Colors of #adfb61

#adfb61 #61fb62 #fafb61

Monochromatic Colors of #adfb61

#adfb61

Complementary Color

#adfb61 #af61fb

#adfb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb61 Color CSS Codes

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

#adfb61 Text Font Color

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

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


#adfb61 Background Color

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

This div background color is #adfb61


#adfb61 Border Color

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

This div border color is #adfb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb61

Related Colors


Comments

No comments written yet.

Please login to write comment.