Color Hex Logo

#acd5ba Color Hex

#ACD5BA
(172,213,186)
0 Favorites   0 Comments

Color spaces of #acd5ba

RGB 172213186
HSL0.390.330.75
HSV140°19°84°
CMYK 0.190.000.13   0.16
XYZ49.670459.904355.3992
Yxy59.90430.30110.3631
Hunter Lab77.3979-20.893211.7404
CIE-Lab81.7861-18.75368.9313

#acd5ba color RGB value is (172,213,186).

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

The process color (four color CMYK) of #acd5ba color hex is 0.19, 0.00, 0.13, 0.16. Web safe color of #acd5ba is #99cccc. Color #acd5ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010101 10111010
Octal 254 325 272
Decimal 172 213 186
Hex AC D5 BA

RGB Percentages of Color #acd5ba

%30.12
%37.30
%32.57

CMYK Percentages of Color #acd5ba

%19
%0
%13
%16

Triadic Colors of #acd5ba

#acd5ba #baacd5 #d5baac

Analogous Colors of #acd5ba

#acd5ba #acd5cf #b3d5ac

Monochromatic Colors of #acd5ba

#acd5ba

Complementary Color

#acd5ba #d5acc7

#acd5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd5ba Color CSS Codes

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

#acd5ba Text Font Color

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

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


#acd5ba Background Color

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

This div background color is #acd5ba


#acd5ba Border Color

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

This div border color is #acd5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd5ba


Comments

No comments written yet.

Please login to write comment.