Color Hex Logo

#adfb95 Color Hex

#ADFB95
(173,251,149)
0 Favorites   0 Comments

Color spaces of #adfb95

RGB 173251149
HSL0.290.930.78
HSV106°41°98°
CMYK 0.310.000.41   0.02
XYZ57.155680.048540.8723
Yxy80.04850.32100.4495
Hunter Lab89.4698-42.541935.5436
CIE-Lab91.7066-42.222541.4276

#adfb95 color RGB value is (173,251,149).

#adfb95 hex color red value is 173, green value is 251 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #adfb95 hue: 0.29 , saturation: 0.93 and the lightness value of adfb95 is 0.78.

The process color (four color CMYK) of #adfb95 color hex is 0.31, 0.00, 0.41, 0.02. Web safe color of #adfb95 is #99ff99. Color #adfb95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 10010101
Octal 255 373 225
Decimal 173 251 149
Hex AD FB 95

RGB Percentages of Color #adfb95

%30.19
%43.80
%26.00

CMYK Percentages of Color #adfb95

%31
%0
%41
%2

Triadic Colors of #adfb95

#adfb95 #95adfb #fb95ad

Analogous Colors of #adfb95

#adfb95 #95fbb0 #e0fb95

Monochromatic Colors of #adfb95

#adfb95

Complementary Color

#adfb95 #e395fb

#adfb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb95 Color CSS Codes

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

#adfb95 Text Font Color

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

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


#adfb95 Background Color

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

This div background color is #adfb95


#adfb95 Border Color

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

This div border color is #adfb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb95


Comments

No comments written yet.

Please login to write comment.