Color Hex Logo

#acedfe Color Hex

#ACEDFE
(172,237,254)
0 Favorites   0 Comments

Color spaces of #acedfe

RGB 172237254
HSL0.530.980.84
HSV192°32°100°
CMYK 0.320.070.00   0.00
XYZ65.186876.4948105.0952
Yxy76.49480.26420.3100
Hunter Lab87.4613-20.0174-10.0211
CIE-Lab90.0886-16.3408-14.7420

#acedfe color RGB value is (172,237,254).

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

The process color (four color CMYK) of #acedfe color hex is 0.32, 0.07, 0.00, 0.00. Web safe color of #acedfe is #99ffff. Color #acedfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11111110
Octal 254 355 376
Decimal 172 237 254
Hex AC ED FE

RGB Percentages of Color #acedfe

%25.94
%35.75
%38.31

CMYK Percentages of Color #acedfe

%32
%7
%0
%0

Triadic Colors of #acedfe

#acedfe #feaced #edfeac

Analogous Colors of #acedfe

#acedfe #acc4fe #acfee6

Monochromatic Colors of #acedfe

#acedfe

Complementary Color

#acedfe #febdac

#acedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedfe Color CSS Codes

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

#acedfe Text Font Color

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

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


#acedfe Background Color

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

This div background color is #acedfe


#acedfe Border Color

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

This div border color is #acedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedfe

Related Colors


Comments

No comments written yet.

Please login to write comment.