Color Hex Logo

#acbdf6 Color Hex

#ACBDF6
(172,189,246)
0 Favorites   0 Comments

Color spaces of #acbdf6

RGB 172189246
HSL0.630.800.82
HSV226°30°96°
CMYK 0.300.230.00   0.04
XYZ51.845451.819794.4584
Yxy51.81970.26170.2616
Hunter Lab71.98592.5832-27.4090
CIE-Lab77.17296.9258-30.1037

#acbdf6 color RGB value is (172,189,246).

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

The process color (four color CMYK) of #acbdf6 color hex is 0.30, 0.23, 0.00, 0.04. Web safe color of #acbdf6 is #99ccff. Color #acbdf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11110110
Octal 254 275 366
Decimal 172 189 246
Hex AC BD F6

RGB Percentages of Color #acbdf6

%28.34
%31.14
%40.53

CMYK Percentages of Color #acbdf6

%30
%23
%0
%4

Triadic Colors of #acbdf6

#acbdf6 #f6acbd #bdf6ac

Analogous Colors of #acbdf6

#acbdf6 #c0acf6 #ace2f6

Monochromatic Colors of #acbdf6

#acbdf6

Complementary Color

#acbdf6 #f6e5ac

#acbdf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdf6 Color CSS Codes

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

#acbdf6 Text Font Color

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

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


#acbdf6 Background Color

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

This div background color is #acbdf6


#acbdf6 Border Color

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

This div border color is #acbdf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdf6


Comments

No comments written yet.

Please login to write comment.