Color Hex Logo

#acc1fd Color Hex

#ACC1FD
(172,193,253)
0 Favorites   0 Comments

Color spaces of #acc1fd

RGB 172193253
HSL0.620.950.83
HSV224°32°99°
CMYK 0.320.240.00   0.01
XYZ53.812854.0024100.5158
Yxy54.00240.25830.2592
Hunter Lab73.48632.1115-29.6574
CIE-Lab78.46316.4680-31.8723

#acc1fd color RGB value is (172,193,253).

#acc1fd hex color red value is 172, green value is 193 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #acc1fd hue: 0.62 , saturation: 0.95 and the lightness value of acc1fd is 0.83.

The process color (four color CMYK) of #acc1fd color hex is 0.32, 0.24, 0.00, 0.01. Web safe color of #acc1fd is #99ccff. Color #acc1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 11111101
Octal 254 301 375
Decimal 172 193 253
Hex AC C1 FD

RGB Percentages of Color #acc1fd

%27.83
%31.23
%40.94

CMYK Percentages of Color #acc1fd

%32
%24
%0
%1

Triadic Colors of #acc1fd

#acc1fd #fdacc1 #c1fdac

Analogous Colors of #acc1fd

#acc1fd #c0acfd #aceafd

Monochromatic Colors of #acc1fd

#acc1fd

Complementary Color

#acc1fd #fde8ac

#acc1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc1fd Color CSS Codes

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

#acc1fd Text Font Color

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

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


#acc1fd Background Color

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

This div background color is #acc1fd


#acc1fd Border Color

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

This div border color is #acc1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc1fd

Related Colors


Comments

No comments written yet.

Please login to write comment.