Color Hex Logo

#acdffc Color Hex

#ACDFFC
(172,223,252)
0 Favorites   0 Comments

Color spaces of #acdffc

RGB 172223252
HSL0.560.930.83
HSV202°32°99°
CMYK 0.320.120.00   0.01
XYZ60.971668.5743102.1181
Yxy68.57430.26320.2960
Hunter Lab82.8096-13.4896-15.1478
CIE-Lab86.2928-9.6965-19.4022

#acdffc color RGB value is (172,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11111100
Octal 254 337 374
Decimal 172 223 252
Hex AC DF FC

RGB Percentages of Color #acdffc

%26.58
%34.47
%38.95

CMYK Percentages of Color #acdffc

%32
%12
%0
%1

Triadic Colors of #acdffc

#acdffc #fcacdf #dffcac

Analogous Colors of #acdffc

#acdffc #acb7fc #acfcf1

Monochromatic Colors of #acdffc

#acdffc

Complementary Color

#acdffc #fcc9ac

#acdffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdffc Color CSS Codes

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

#acdffc Text Font Color

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

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


#acdffc Background Color

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

This div background color is #acdffc


#acdffc Border Color

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

This div border color is #acdffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdffc


Comments

No comments written yet.

Please login to write comment.