Color Hex Logo

#acdacb Color Hex

#ACDACB
(172,218,203)
0 Favorites   0 Comments

Color spaces of #acdacb

RGB 172218203
HSL0.450.380.76
HSV160°21°85°
CMYK 0.210.000.07   0.15
XYZ52.864263.225365.9174
Yxy63.22530.29050.3474
Hunter Lab79.5143-20.47646.5086
CIE-Lab83.5608-17.94952.4657

#acdacb color RGB value is (172,218,203).

#acdacb hex color red value is 172, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #acdacb hue: 0.45 , saturation: 0.38 and the lightness value of acdacb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11001011
Octal 254 332 313
Decimal 172 218 203
Hex AC DA CB

RGB Percentages of Color #acdacb

%29.01
%36.76
%34.23

CMYK Percentages of Color #acdacb

%21
%0
%7
%15

Triadic Colors of #acdacb

#acdacb #cbacda #dacbac

Analogous Colors of #acdacb

#acdacb #acd2da #acdab4

Monochromatic Colors of #acdacb

#acdacb

Complementary Color

#acdacb #daacbb

#acdacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdacb Color CSS Codes

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

#acdacb Text Font Color

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

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


#acdacb Background Color

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

This div background color is #acdacb


#acdacb Border Color

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

This div border color is #acdacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdacb


Comments

No comments written yet.

Please login to write comment.