Color Hex Logo

#adf995 Color Hex

#ADF995
(173,249,149)
0 Favorites   0 Comments

Color spaces of #adf995

RGB 173249149
HSL0.290.890.78
HSV106°40°98°
CMYK 0.310.000.40   0.02
XYZ56.534178.805540.6651
Yxy78.80550.32120.4477
Hunter Lab88.7725-41.675434.9810
CIE-Lab91.1462-41.342340.7056

#adf995 color RGB value is (173,249,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 10010101
Octal 255 371 225
Decimal 173 249 149
Hex AD F9 95

RGB Percentages of Color #adf995

%30.30
%43.61
%26.09

CMYK Percentages of Color #adf995

%31
%0
%40
%2

Triadic Colors of #adf995

#adf995 #95adf9 #f995ad

Analogous Colors of #adf995

#adf995 #95f9af #dff995

Monochromatic Colors of #adf995

#adf995

Complementary Color

#adf995 #e195f9

#adf995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf995 Color CSS Codes

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

#adf995 Text Font Color

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

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


#adf995 Background Color

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

This div background color is #adf995


#adf995 Border Color

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

This div border color is #adf995


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,249,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 #adf995">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf995

Related Colors


Comments

No comments written yet.

Please login to write comment.