Color Hex Logo

#acefde Color Hex

#ACEFDE
(172,239,222)
0 Favorites   0 Comments

Color spaces of #acefde

RGB 172239222
HSL0.460.680.81
HSV165°28°94°
CMYK 0.280.000.07   0.06
XYZ61.064675.777680.5153
Yxy75.77760.28090.3486
Hunter Lab87.0503-27.12286.0962
CIE-Lab89.7560-24.40481.4806

#acefde color RGB value is (172,239,222).

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

The process color (four color CMYK) of #acefde color hex is 0.28, 0.00, 0.07, 0.06. Web safe color of #acefde is #99ffcc. Color #acefde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11011110
Octal 254 357 336
Decimal 172 239 222
Hex AC EF DE

RGB Percentages of Color #acefde

%27.17
%37.76
%35.07

CMYK Percentages of Color #acefde

%28
%0
%7
%6

Triadic Colors of #acefde

#acefde #deacef #efdeac

Analogous Colors of #acefde

#acefde #acdfef #acefbd

Monochromatic Colors of #acefde

#acefde

Complementary Color

#acefde #efacbd

#acefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefde Color CSS Codes

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

#acefde Text Font Color

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

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


#acefde Background Color

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

This div background color is #acefde


#acefde Border Color

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

This div border color is #acefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefde


Comments

No comments written yet.

Please login to write comment.