Color Hex Logo

#acdba5 Color Hex

#ACDBA5
(172,219,165)
0 Favorites   0 Comments

Color spaces of #acdba5

RGB 172219165
HSL0.310.430.75
HSV112°25°86°
CMYK 0.210.000.25   0.14
XYZ49.136362.150345.0038
Yxy62.15030.31440.3977
Hunter Lab78.8355-26.707221.3387
CIE-Lab82.9933-25.405521.6986

#acdba5 color RGB value is (172,219,165).

#acdba5 hex color red value is 172, green value is 219 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #acdba5 hue: 0.31 , saturation: 0.43 and the lightness value of acdba5 is 0.75.

The process color (four color CMYK) of #acdba5 color hex is 0.21, 0.00, 0.25, 0.14. Web safe color of #acdba5 is #99cc99. Color #acdba5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 10100101
Octal 254 333 245
Decimal 172 219 165
Hex AC DB A5

RGB Percentages of Color #acdba5

%30.94
%39.39
%29.68

CMYK Percentages of Color #acdba5

%21
%0
%25
%14

Triadic Colors of #acdba5

#acdba5 #a5acdb #dba5ac

Analogous Colors of #acdba5

#acdba5 #a5dbb9 #c7dba5

Monochromatic Colors of #acdba5

#acdba5

Complementary Color

#acdba5 #d4a5db

#acdba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdba5 Color CSS Codes

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

#acdba5 Text Font Color

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

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


#acdba5 Background Color

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

This div background color is #acdba5


#acdba5 Border Color

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

This div border color is #acdba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdba5


Comments

No comments written yet.

Please login to write comment.