Color Hex Logo

#acdcfc Color Hex

#ACDCFC
(172,220,252)
0 Favorites   0 Comments

Color spaces of #acdcfc

RGB 172220252
HSL0.570.930.83
HSV204°32°99°
CMYK 0.320.130.00   0.01
XYZ60.177166.9853101.8532
Yxy66.98530.26280.2925
Hunter Lab81.8445-11.9839-16.4935
CIE-Lab85.4965-8.1454-20.6057

#acdcfc color RGB value is (172,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11111100
Octal 254 334 374
Decimal 172 220 252
Hex AC DC FC

RGB Percentages of Color #acdcfc

%26.71
%34.16
%39.13

CMYK Percentages of Color #acdcfc

%32
%13
%0
%1

Triadic Colors of #acdcfc

#acdcfc #fcacdc #dcfcac

Analogous Colors of #acdcfc

#acdcfc #acb4fc #acfcf4

Monochromatic Colors of #acdcfc

#acdcfc

Complementary Color

#acdcfc #fcccac

#acdcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcfc Color CSS Codes

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

#acdcfc Text Font Color

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

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


#acdcfc Background Color

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

This div background color is #acdcfc


#acdcfc Border Color

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

This div border color is #acdcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcfc


Comments

No comments written yet.

Please login to write comment.