Color Hex Logo

#acd3ba Color Hex

#ACD3BA
(172,211,186)
0 Favorites   0 Comments

Color spaces of #acd3ba

RGB 172211186
HSL0.390.310.75
HSV142°18°83°
CMYK 0.180.000.12   0.17
XYZ49.170458.904455.2325
Yxy58.90440.30110.3607
Hunter Lab76.7492-19.952711.0564
CIE-Lab81.2390-17.75128.1483

#acd3ba color RGB value is (172,211,186).

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

The process color (four color CMYK) of #acd3ba color hex is 0.18, 0.00, 0.12, 0.17. Web safe color of #acd3ba is #99cccc. Color #acd3ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 10111010
Octal 254 323 272
Decimal 172 211 186
Hex AC D3 BA

RGB Percentages of Color #acd3ba

%30.23
%37.08
%32.69

CMYK Percentages of Color #acd3ba

%18
%0
%12
%17

Triadic Colors of #acd3ba

#acd3ba #baacd3 #d3baac

Analogous Colors of #acd3ba

#acd3ba #acd3ce #b2d3ac

Monochromatic Colors of #acd3ba

#acd3ba

Complementary Color

#acd3ba #d3acc5

#acd3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd3ba Color CSS Codes

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

#acd3ba Text Font Color

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

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


#acd3ba Background Color

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

This div background color is #acd3ba


#acd3ba Border Color

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

This div border color is #acd3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd3ba


Comments

No comments written yet.

Please login to write comment.