Color Hex Logo

#acdbd6 Color Hex

#ACDBD6
(172,219,214)
0 Favorites   0 Comments

Color spaces of #acdbd6

RGB 172219214
HSL0.480.390.77
HSV174°21°86°
CMYK 0.210.000.02   0.14
XYZ54.482464.288773.1558
Yxy64.28870.28390.3350
Hunter Lab80.1802-19.02482.0304
CIE-Lab84.1159-16.1886-2.5564

#acdbd6 color RGB value is (172,219,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11010110
Octal 254 333 326
Decimal 172 219 214
Hex AC DB D6

RGB Percentages of Color #acdbd6

%28.43
%36.20
%35.37

CMYK Percentages of Color #acdbd6

%21
%0
%2
%14

Triadic Colors of #acdbd6

#acdbd6 #d6acdb #dbd6ac

Analogous Colors of #acdbd6

#acdbd6 #acc9db #acdbbf

Monochromatic Colors of #acdbd6

#acdbd6

Complementary Color

#acdbd6 #dbacb1

#acdbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbd6 Color CSS Codes

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

#acdbd6 Text Font Color

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

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


#acdbd6 Background Color

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

This div background color is #acdbd6


#acdbd6 Border Color

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

This div border color is #acdbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbd6


Comments

No comments written yet.

Please login to write comment.