Color Hex Logo

#acbddf Color Hex

#ACBDDF
(172,189,223)
0 Favorites   0 Comments

Color spaces of #acbddf

RGB 172189223
HSL0.610.440.77
HSV220°23°87°
CMYK 0.230.150.00   0.13
XYZ48.530150.493677.0005
Yxy50.49360.27570.2869
Hunter Lab71.0588-2.4453-14.5064
CIE-Lab76.37121.4807-18.9256

#acbddf color RGB value is (172,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11011111
Octal 254 275 337
Decimal 172 189 223
Hex AC BD DF

RGB Percentages of Color #acbddf

%29.45
%32.36
%38.18

CMYK Percentages of Color #acbddf

%23
%15
%0
%13

Triadic Colors of #acbddf

#acbddf #dfacbd #bddfac

Analogous Colors of #acbddf

#acbddf #b5acdf #acd7df

Monochromatic Colors of #acbddf

#acbddf

Complementary Color

#acbddf #dfceac

#acbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbddf Color CSS Codes

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

#acbddf Text Font Color

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

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


#acbddf Background Color

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

This div background color is #acbddf


#acbddf Border Color

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

This div border color is #acbddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,189,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 #acbddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbddf


Comments

No comments written yet.

Please login to write comment.