Color Hex Logo

#acbdec Color Hex

#ACBDEC
(172,189,236)
0 Favorites   0 Comments

Color spaces of #acbdec

RGB 172189236
HSL0.620.630.80
HSV224°27°93°
CMYK 0.270.200.00   0.07
XYZ50.351251.222086.5899
Yxy51.22200.26760.2722
Hunter Lab71.56950.3331-21.6346
CIE-Lab76.81334.5128-25.2729

#acbdec color RGB value is (172,189,236).

#acbdec hex color red value is 172, green value is 189 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #acbdec hue: 0.62 , saturation: 0.63 and the lightness value of acbdec is 0.80.

The process color (four color CMYK) of #acbdec color hex is 0.27, 0.20, 0.00, 0.07. Web safe color of #acbdec is #99ccff. Color #acbdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11101100
Octal 254 275 354
Decimal 172 189 236
Hex AC BD EC

RGB Percentages of Color #acbdec

%28.81
%31.66
%39.53

CMYK Percentages of Color #acbdec

%27
%20
%0
%7

Triadic Colors of #acbdec

#acbdec #ecacbd #bdecac

Analogous Colors of #acbdec

#acbdec #bbacec #acddec

Monochromatic Colors of #acbdec

#acbdec

Complementary Color

#acbdec #ecdbac

#acbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdec Color CSS Codes

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

#acbdec Text Font Color

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

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


#acbdec Background Color

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

This div background color is #acbdec


#acbdec Border Color

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

This div border color is #acbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdec


Comments

No comments written yet.

Please login to write comment.