Color Hex Logo

#acefdb Color Hex

#ACEFDB
(172,239,219)
0 Favorites   0 Comments

Color spaces of #acefdb

RGB 172239219
HSL0.450.680.81
HSV162°28°94°
CMYK 0.280.000.08   0.06
XYZ60.665975.618178.4162
Yxy75.61810.28260.3522
Hunter Lab86.9587-27.64887.4055
CIE-Lab89.6817-25.02582.9381

#acefdb color RGB value is (172,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11011011
Octal 254 357 333
Decimal 172 239 219
Hex AC EF DB

RGB Percentages of Color #acefdb

%27.30
%37.94
%34.76

CMYK Percentages of Color #acefdb

%28
%0
%8
%6

Triadic Colors of #acefdb

#acefdb #dbacef #efdbac

Analogous Colors of #acefdb

#acefdb #ace2ef #acefba

Monochromatic Colors of #acefdb

#acefdb

Complementary Color

#acefdb #efacc0

#acefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefdb Color CSS Codes

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

#acefdb Text Font Color

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

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


#acefdb Background Color

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

This div background color is #acefdb


#acefdb Border Color

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

This div border color is #acefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefdb


Comments

No comments written yet.

Please login to write comment.