Color Hex Logo

#acdefa Color Hex

#ACDEFA
(172,222,250)
0 Favorites   0 Comments

Color spaces of #acdefa

RGB 172222250
HSL0.560.890.83
HSV202°31°98°
CMYK 0.310.110.00   0.02
XYZ60.389967.9153100.3686
Yxy67.91530.26410.2970
Hunter Lab82.4107-13.4155-14.5222
CIE-Lab85.9641-9.6552-18.8446

#acdefa color RGB value is (172,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11111010
Octal 254 336 372
Decimal 172 222 250
Hex AC DE FA

RGB Percentages of Color #acdefa

%26.71
%34.47
%38.82

CMYK Percentages of Color #acdefa

%31
%11
%0
%2

Triadic Colors of #acdefa

#acdefa #faacde #defaac

Analogous Colors of #acdefa

#acdefa #acb7fa #acfaef

Monochromatic Colors of #acdefa

#acdefa

Complementary Color

#acdefa #fac8ac

#acdefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdefa Color CSS Codes

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

#acdefa Text Font Color

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

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


#acdefa Background Color

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

This div background color is #acdefa


#acdefa Border Color

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

This div border color is #acdefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdefa

Related Colors


Comments

No comments written yet.

Please login to write comment.