Color Hex Logo

#acefed Color Hex

#ACEFED
(172,239,237)
0 Favorites   0 Comments

Color spaces of #acefed

RGB 172239237
HSL0.500.680.81
HSV178°28°94°
CMYK 0.280.000.01   0.06
XYZ63.165876.618191.5803
Yxy76.61810.27300.3312
Hunter Lab87.5318-24.3691-0.7601
CIE-Lab90.1455-21.1911-5.7797

#acefed color RGB value is (172,239,237).

#acefed hex color red value is 172, green value is 239 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #acefed hue: 0.50 , saturation: 0.68 and the lightness value of acefed is 0.81.

The process color (four color CMYK) of #acefed color hex is 0.28, 0.00, 0.01, 0.06. Web safe color of #acefed is #99ffff. Color #acefed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11101101
Octal 254 357 355
Decimal 172 239 237
Hex AC EF ED

RGB Percentages of Color #acefed

%26.54
%36.88
%36.57

CMYK Percentages of Color #acefed

%28
%0
%1
%6

Triadic Colors of #acefed

#acefed #edacef #efedac

Analogous Colors of #acefed

#acefed #acd0ef #acefcc

Monochromatic Colors of #acefed

#acefed

Complementary Color

#acefed #efacae

#acefed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefed Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefed Color CSS Codes

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

#acefed Text Font Color

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

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


#acefed Background Color

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

This div background color is #acefed


#acefed Border Color

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

This div border color is #acefed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefed


Comments

No comments written yet.

Please login to write comment.