Color Hex Logo

#adf795 Color Hex

#ADF795
(173,247,149)
0 Favorites   0 Comments

Color spaces of #adf795

RGB 173247149
HSL0.290.860.78
HSV105°40°97°
CMYK 0.300.000.40   0.03
XYZ55.919277.575740.4601
Yxy77.57570.32150.4460
Hunter Lab88.0771-40.807134.4178
CIE-Lab90.5859-40.457339.9821

#adf795 color RGB value is (173,247,149).

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

The process color (four color CMYK) of #adf795 color hex is 0.30, 0.00, 0.40, 0.03. Web safe color of #adf795 is #99ff99. Color #adf795 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110111 10010101
Octal 255 367 225
Decimal 173 247 149
Hex AD F7 95

RGB Percentages of Color #adf795

%30.40
%43.41
%26.19

CMYK Percentages of Color #adf795

%30
%0
%40
%3

Triadic Colors of #adf795

#adf795 #95adf7 #f795ad

Analogous Colors of #adf795

#adf795 #95f7ae #def795

Monochromatic Colors of #adf795

#adf795

Complementary Color

#adf795 #df95f7

#adf795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf795 Color CSS Codes

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

#adf795 Text Font Color

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

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


#adf795 Background Color

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

This div background color is #adf795


#adf795 Border Color

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

This div border color is #adf795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf795


Comments

No comments written yet.

Please login to write comment.