Color Hex Logo

#acbdfb Color Hex

#ACBDFB
(172,189,251)
0 Favorites   0 Comments

Color spaces of #acbdfb

RGB 172189251
HSL0.630.910.83
HSV227°31°98°
CMYK 0.310.250.00   0.02
XYZ52.623452.130998.5555
Yxy52.13090.25880.2564
Hunter Lab72.20173.7446-30.3898
CIE-Lab77.35908.1568-32.5017

#acbdfb color RGB value is (172,189,251).

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

The process color (four color CMYK) of #acbdfb color hex is 0.31, 0.25, 0.00, 0.02. Web safe color of #acbdfb is #99ccff. Color #acbdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11111011
Octal 254 275 373
Decimal 172 189 251
Hex AC BD FB

RGB Percentages of Color #acbdfb

%28.10
%30.88
%41.01

CMYK Percentages of Color #acbdfb

%31
%25
%0
%2

Triadic Colors of #acbdfb

#acbdfb #fbacbd #bdfbac

Analogous Colors of #acbdfb

#acbdfb #c3acfb #ace5fb

Monochromatic Colors of #acbdfb

#acbdfb

Complementary Color

#acbdfb #fbeaac

#acbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdfb Color CSS Codes

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

#acbdfb Text Font Color

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

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


#acbdfb Background Color

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

This div background color is #acbdfb


#acbdfb Border Color

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

This div border color is #acbdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdfb


Comments

No comments written yet.

Please login to write comment.