Color Hex Logo

#acdcfd Color Hex

#ACDCFD
(172,220,253)
0 Favorites   0 Comments

Color spaces of #acdcfd

RGB 172220253
HSL0.570.950.83
HSV204°32°99°
CMYK 0.320.130.00   0.01
XYZ60.336167.0489102.6902
Yxy67.04890.26220.2914
Hunter Lab81.8834-11.7675-17.0374
CIE-Lab85.5286-7.9060-21.0847

#acdcfd color RGB value is (172,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11111101
Octal 254 334 375
Decimal 172 220 253
Hex AC DC FD

RGB Percentages of Color #acdcfd

%26.67
%34.11
%39.22

CMYK Percentages of Color #acdcfd

%32
%13
%0
%1

Triadic Colors of #acdcfd

#acdcfd #fdacdc #dcfdac

Analogous Colors of #acdcfd

#acdcfd #acb4fd #acfdf6

Monochromatic Colors of #acdcfd

#acdcfd

Complementary Color

#acdcfd #fdcdac

#acdcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcfd Color CSS Codes

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

#acdcfd Text Font Color

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

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


#acdcfd Background Color

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

This div background color is #acdcfd


#acdcfd Border Color

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

This div border color is #acdcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.