Color Hex Logo

#acd9ba Color Hex

#ACD9BA
(172,217,186)
0 Favorites   0 Comments

Color spaces of #acd9ba

RGB 172217186
HSL0.390.370.76
HSV139°21°85°
CMYK 0.210.000.14   0.15
XYZ50.689061.941555.7387
Yxy61.94150.30110.3679
Hunter Lab78.7029-22.766313.1019
CIE-Lab82.8823-20.744010.4957

#acd9ba color RGB value is (172,217,186).

#acd9ba hex color red value is 172, green value is 217 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #acd9ba hue: 0.39 , saturation: 0.37 and the lightness value of acd9ba is 0.76.

The process color (four color CMYK) of #acd9ba color hex is 0.21, 0.00, 0.14, 0.15. Web safe color of #acd9ba is #99cccc. Color #acd9ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 10111010
Octal 254 331 272
Decimal 172 217 186
Hex AC D9 BA

RGB Percentages of Color #acd9ba

%29.91
%37.74
%32.35

CMYK Percentages of Color #acd9ba

%21
%0
%14
%15

Triadic Colors of #acd9ba

#acd9ba #baacd9 #d9baac

Analogous Colors of #acd9ba

#acd9ba #acd9d1 #b5d9ac

Monochromatic Colors of #acd9ba

#acd9ba

Complementary Color

#acd9ba #d9accb

#acd9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd9ba Color CSS Codes

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

#acd9ba Text Font Color

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

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


#acd9ba Background Color

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

This div background color is #acd9ba


#acd9ba Border Color

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

This div border color is #acd9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd9ba


Comments

No comments written yet.

Please login to write comment.