Color Hex Logo

#acdbdf Color Hex

#ACDBDF
(172,219,223)
0 Favorites   0 Comments

Color spaces of #acdbdf

RGB 172219223
HSL0.510.440.77
HSV185°23°87°
CMYK 0.230.020.00   0.13
XYZ55.664164.761479.3784
Yxy64.76140.27860.3241
Hunter Lab80.4745-17.3621-2.1503
CIE-Lab84.3606-14.2622-6.9665

#acdbdf color RGB value is (172,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11011111
Octal 254 333 337
Decimal 172 219 223
Hex AC DB DF

RGB Percentages of Color #acdbdf

%28.01
%35.67
%36.32

CMYK Percentages of Color #acdbdf

%23
%2
%0
%13

Triadic Colors of #acdbdf

#acdbdf #dfacdb #dbdfac

Analogous Colors of #acdbdf

#acdbdf #acc2df #acdfca

Monochromatic Colors of #acdbdf

#acdbdf

Complementary Color

#acdbdf #dfb0ac

#acdbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbdf Color CSS Codes

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

#acdbdf Text Font Color

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

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


#acdbdf Background Color

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

This div background color is #acdbdf


#acdbdf Border Color

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

This div border color is #acdbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbdf

#acdbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.