Color Hex Logo

#acdbc3 Color Hex

#ACDBC3
(172,219,195)
0 Favorites   0 Comments

Color spaces of #acdbc3

RGB 172219195
HSL0.410.390.77
HSV149°21°86°
CMYK 0.210.000.11   0.14
XYZ52.195163.373861.1112
Yxy63.37380.29540.3587
Hunter Lab79.6077-22.279110.2111
CIE-Lab83.6387-20.02746.8163

#acdbc3 color RGB value is (172,219,195).

#acdbc3 hex color red value is 172, green value is 219 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #acdbc3 hue: 0.41 , saturation: 0.39 and the lightness value of acdbc3 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11000011
Octal 254 333 303
Decimal 172 219 195
Hex AC DB C3

RGB Percentages of Color #acdbc3

%29.35
%37.37
%33.28

CMYK Percentages of Color #acdbc3

%21
%0
%11
%14

Triadic Colors of #acdbc3

#acdbc3 #c3acdb #dbc3ac

Analogous Colors of #acdbc3

#acdbc3 #acdbdb #addbac

Monochromatic Colors of #acdbc3

#acdbc3

Complementary Color

#acdbc3 #dbacc4

#acdbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbc3 Color CSS Codes

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

#acdbc3 Text Font Color

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

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


#acdbc3 Background Color

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

This div background color is #acdbc3


#acdbc3 Border Color

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

This div border color is #acdbc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbc3


Comments

No comments written yet.

Please login to write comment.