Color Hex Logo

#acdbde Color Hex

#ACDBDE
(172,219,222)
0 Favorites   0 Comments

Color spaces of #acdbde

RGB 172219222
HSL0.510.430.77
HSV184°23°87°
CMYK 0.230.010.00   0.13
XYZ55.529664.707678.6703
Yxy64.70760.27920.3253
Hunter Lab80.4410-17.5507-1.6761
CIE-Lab84.3328-14.4796-6.4775

#acdbde color RGB value is (172,219,222).

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

The process color (four color CMYK) of #acdbde color hex is 0.23, 0.01, 0.00, 0.13. Web safe color of #acdbde is #99cccc. Color #acdbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11011110
Octal 254 333 336
Decimal 172 219 222
Hex AC DB DE

RGB Percentages of Color #acdbde

%28.06
%35.73
%36.22

CMYK Percentages of Color #acdbde

%23
%1
%0
%13

Triadic Colors of #acdbde

#acdbde #deacdb #dbdeac

Analogous Colors of #acdbde

#acdbde #acc2de #acdec8

Monochromatic Colors of #acdbde

#acdbde

Complementary Color

#acdbde #deafac

#acdbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbde Color CSS Codes

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

#acdbde Text Font Color

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

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


#acdbde Background Color

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

This div background color is #acdbde


#acdbde Border Color

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

This div border color is #acdbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbde


Comments

No comments written yet.

Please login to write comment.