Color Hex Logo

#acdbfb Color Hex

#ACDBFB
(172,219,251)
0 Favorites   0 Comments

Color spaces of #acdbfb

RGB 172219251
HSL0.570.910.83
HSV204°31°98°
CMYK 0.310.130.00   0.02
XYZ59.757466.3987100.9335
Yxy66.39870.26310.2924
Hunter Lab81.4854-11.6963-16.4010
CIE-Lab85.1994-7.8651-20.5275

#acdbfb color RGB value is (172,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11111011
Octal 254 333 373
Decimal 172 219 251
Hex AC DB FB

RGB Percentages of Color #acdbfb

%26.79
%34.11
%39.10

CMYK Percentages of Color #acdbfb

%31
%13
%0
%2

Triadic Colors of #acdbfb

#acdbfb #fbacdb #dbfbac

Analogous Colors of #acdbfb

#acdbfb #acb4fb #acfbf4

Monochromatic Colors of #acdbfb

#acdbfb

Complementary Color

#acdbfb #fbccac

#acdbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbfb Color CSS Codes

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

#acdbfb Text Font Color

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

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


#acdbfb Background Color

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

This div background color is #acdbfb


#acdbfb Border Color

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

This div border color is #acdbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbfb


Comments

No comments written yet.

Please login to write comment.