Color Hex Logo

#acefdc Color Hex

#ACEFDC
(172,239,220)
0 Favorites   0 Comments

Color spaces of #acefdc

RGB 172239220
HSL0.450.680.81
HSV163°28°94°
CMYK 0.280.000.08   0.06
XYZ60.798075.671079.1117
Yxy75.67100.28200.3510
Hunter Lab86.9891-27.47456.9714
CIE-Lab89.7064-24.81972.4521

#acefdc color RGB value is (172,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11011100
Octal 254 357 334
Decimal 172 239 220
Hex AC EF DC

RGB Percentages of Color #acefdc

%27.26
%37.88
%34.87

CMYK Percentages of Color #acefdc

%28
%0
%8
%6

Triadic Colors of #acefdc

#acefdc #dcacef #efdcac

Analogous Colors of #acefdc

#acefdc #ace1ef #acefbb

Monochromatic Colors of #acefdc

#acefdc

Complementary Color

#acefdc #efacbf

#acefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefdc Color CSS Codes

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

#acefdc Text Font Color

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

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


#acefdc Background Color

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

This div background color is #acefdc


#acefdc Border Color

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

This div border color is #acefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefdc


Comments

No comments written yet.

Please login to write comment.