Color Hex Logo

#acd8ba Color Hex

#ACD8BA
(172,216,186)
2 Favorites   0 Comments

Color spaces of #acd8ba

RGB 172216186
HSL0.390.360.76
HSV139°20°85°
CMYK 0.200.000.14   0.15
XYZ50.432161.427655.6530
Yxy61.42760.30110.3667
Hunter Lab78.3758-22.299012.7624
CIE-Lab82.6081-20.248110.1050

#acd8ba color RGB value is (172,216,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 10111010
Octal 254 330 272
Decimal 172 216 186
Hex AC D8 BA

RGB Percentages of Color #acd8ba

%29.97
%37.63
%32.40

CMYK Percentages of Color #acd8ba

%20
%0
%14
%15

Triadic Colors of #acd8ba

#acd8ba #baacd8 #d8baac

Analogous Colors of #acd8ba

#acd8ba #acd8d0 #b4d8ac

Monochromatic Colors of #acd8ba

#acd8ba

Complementary Color

#acd8ba #d8acca

#acd8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd8ba Color CSS Codes

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

#acd8ba Text Font Color

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

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


#acd8ba Background Color

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

This div background color is #acd8ba


#acd8ba Border Color

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

This div border color is #acd8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd8ba


Comments

No comments written yet.

Please login to write comment.