Color Hex Logo

#acedfa Color Hex

#ACEDFA
(172,237,250)
0 Favorites   0 Comments

Color spaces of #acedfa

RGB 172237250
HSL0.530.890.83
HSV190°31°98°
CMYK 0.310.050.00   0.02
XYZ64.552876.2412101.7562
Yxy76.24120.26610.3143
Hunter Lab87.3162-20.8385-7.9738
CIE-Lab89.9712-17.2691-12.8286

#acedfa color RGB value is (172,237,250).

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

The process color (four color CMYK) of #acedfa color hex is 0.31, 0.05, 0.00, 0.02. Web safe color of #acedfa is #99ffff. Color #acedfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11111010
Octal 254 355 372
Decimal 172 237 250
Hex AC ED FA

RGB Percentages of Color #acedfa

%26.10
%35.96
%37.94

CMYK Percentages of Color #acedfa

%31
%5
%0
%2

Triadic Colors of #acedfa

#acedfa #faaced #edfaac

Analogous Colors of #acedfa

#acedfa #acc6fa #acfae0

Monochromatic Colors of #acedfa

#acedfa

Complementary Color

#acedfa #fab9ac

#acedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedfa Color CSS Codes

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

#acedfa Text Font Color

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

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


#acedfa Background Color

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

This div background color is #acedfa


#acedfa Border Color

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

This div border color is #acedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedfa


Comments

No comments written yet.

Please login to write comment.