Color Hex Logo

#acdcfb Color Hex

#ACDCFB
(172,220,251)
0 Favorites   0 Comments

Color spaces of #acdcfb

RGB 172220251
HSL0.570.910.83
HSV204°31°98°
CMYK 0.310.120.00   0.02
XYZ60.019066.9221101.0207
Yxy66.92210.26330.2936
Hunter Lab81.8059-12.1993-15.9520
CIE-Lab85.4646-8.3841-20.1264

#acdcfb color RGB value is (172,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11111011
Octal 254 334 373
Decimal 172 220 251
Hex AC DC FB

RGB Percentages of Color #acdcfb

%26.75
%34.21
%39.04

CMYK Percentages of Color #acdcfb

%31
%12
%0
%2

Triadic Colors of #acdcfb

#acdcfb #fbacdc #dcfbac

Analogous Colors of #acdcfb

#acdcfb #acb5fb #acfbf3

Monochromatic Colors of #acdcfb

#acdcfb

Complementary Color

#acdcfb #fbcbac

#acdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcfb Color CSS Codes

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

#acdcfb Text Font Color

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

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


#acdcfb Background Color

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

This div background color is #acdcfb


#acdcfb Border Color

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

This div border color is #acdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.