Color Hex Logo

#acdffa Color Hex

#ACDFFA
(172,223,250)
0 Favorites   0 Comments

Color spaces of #acdffa

RGB 172223250
HSL0.560.890.83
HSV201°31°98°
CMYK 0.310.110.00   0.02
XYZ60.656368.4481100.4574
Yxy68.44810.26420.2982
Hunter Lab82.7334-13.9154-14.0784
CIE-Lab86.2300-10.1704-18.4434

#acdffa color RGB value is (172,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11111010
Octal 254 337 372
Decimal 172 223 250
Hex AC DF FA

RGB Percentages of Color #acdffa

%26.67
%34.57
%38.76

CMYK Percentages of Color #acdffa

%31
%11
%0
%2

Triadic Colors of #acdffa

#acdffa #faacdf #dffaac

Analogous Colors of #acdffa

#acdffa #acb8fa #acfaee

Monochromatic Colors of #acdffa

#acdffa

Complementary Color

#acdffa #fac7ac

#acdffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdffa Color CSS Codes

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

#acdffa Text Font Color

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

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


#acdffa Background Color

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

This div background color is #acdffa


#acdffa Border Color

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

This div border color is #acdffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdffa


Comments

No comments written yet.

Please login to write comment.