Color Hex Logo

#a5d17b Color Hex

#A5D17B
(165,209,123)
0 Favorites   0 Comments

Color spaces of #a5d17b

RGB 165209123
HSL0.250.480.65
HSV91°41°82°
CMYK 0.210.000.41   0.18
XYZ41.892755.030327.1528
Yxy55.03030.33760.4435
Hunter Lab74.1824-29.015730.2259
CIE-Lab79.0587-29.222438.0072

#a5d17b color RGB value is (165,209,123).

#a5d17b hex color red value is 165, green value is 209 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #a5d17b hue: 0.25 , saturation: 0.48 and the lightness value of a5d17b is 0.65.

The process color (four color CMYK) of #a5d17b color hex is 0.21, 0.00, 0.41, 0.18. Web safe color of #a5d17b is #99cc66. Color #a5d17b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11010001 01111011
Octal 245 321 173
Decimal 165 209 123
Hex A5 D1 7B

RGB Percentages of Color #a5d17b

%33.20
%42.05
%24.75

CMYK Percentages of Color #a5d17b

%21
%0
%41
%18

Triadic Colors of #a5d17b

#a5d17b #7ba5d1 #d17ba5

Analogous Colors of #a5d17b

#a5d17b #7bd17c #d0d17b

Monochromatic Colors of #a5d17b

#a5d17b

Complementary Color

#a5d17b #a77bd1

#a5d17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5d17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5d17b Color CSS Codes

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

#a5d17b Text Font Color

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

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


#a5d17b Background Color

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

This div background color is #a5d17b


#a5d17b Border Color

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

This div border color is #a5d17b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,209,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5d17b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5d17b;
  -webkit-box-shadow: 1px 1px 3px 2px #a5d17b;
  box-shadow:         1px 1px 3px 2px #a5d17b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,209,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5d17b


Comments

No comments written yet.

Please login to write comment.