Color Hex Logo

#acdbcf Color Hex

#ACDBCF
(172,219,207)
0 Favorites   0 Comments

Color spaces of #acdbcf

RGB 172219207
HSL0.460.390.77
HSV165°21°86°
CMYK 0.210.000.05   0.14
XYZ53.607363.938768.5475
Yxy63.93870.28810.3436
Hunter Lab79.9617-20.26435.1466
CIE-Lab83.9338-17.63980.8880

#acdbcf color RGB value is (172,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11001111
Octal 254 333 317
Decimal 172 219 207
Hex AC DB CF

RGB Percentages of Color #acdbcf

%28.76
%36.62
%34.62

CMYK Percentages of Color #acdbcf

%21
%0
%5
%14

Triadic Colors of #acdbcf

#acdbcf #cfacdb #dbcfac

Analogous Colors of #acdbcf

#acdbcf #acd0db #acdbb8

Monochromatic Colors of #acdbcf

#acdbcf

Complementary Color

#acdbcf #dbacb8

#acdbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbcf Color CSS Codes

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

#acdbcf Text Font Color

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

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


#acdbcf Background Color

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

This div background color is #acdbcf


#acdbcf Border Color

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

This div border color is #acdbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbcf


Comments

No comments written yet.

Please login to write comment.