Color Hex Logo

#acdbc2 Color Hex

#ACDBC2
(172,219,194)
0 Favorites   0 Comments

Color spaces of #acdbc2

RGB 172219194
HSL0.410.390.77
HSV148°21°86°
CMYK 0.210.000.11   0.14
XYZ52.082463.328760.5176
Yxy63.32870.29600.3600
Hunter Lab79.5793-22.440710.6173
CIE-Lab83.6150-20.22047.3114

#acdbc2 color RGB value is (172,219,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11000010
Octal 254 333 302
Decimal 172 219 194
Hex AC DB C2

RGB Percentages of Color #acdbc2

%29.40
%37.44
%33.16

CMYK Percentages of Color #acdbc2

%21
%0
%11
%14

Triadic Colors of #acdbc2

#acdbc2 #c2acdb #dbc2ac

Analogous Colors of #acdbc2

#acdbc2 #acdbda #aedbac

Monochromatic Colors of #acdbc2

#acdbc2

Complementary Color

#acdbc2 #dbacc5

#acdbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbc2 Color CSS Codes

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

#acdbc2 Text Font Color

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

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


#acdbc2 Background Color

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

This div background color is #acdbc2


#acdbc2 Border Color

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

This div border color is #acdbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbc2


Comments

No comments written yet.

Please login to write comment.