Color Hex Logo

#acfadb Color Hex

#ACFADB
(172,250,219)
0 Favorites   0 Comments

Color spaces of #acfadb

RGB 172250219
HSL0.430.890.83
HSV156°31°98°
CMYK 0.310.000.12   0.02
XYZ63.985082.256379.5225
Yxy82.25630.28340.3643
Hunter Lab90.6953-32.785911.5006
CIE-Lab92.6879-30.27127.2820

#acfadb color RGB value is (172,250,219).

#acfadb hex color red value is 172, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #acfadb hue: 0.43 , saturation: 0.89 and the lightness value of acfadb is 0.83.

The process color (four color CMYK) of #acfadb color hex is 0.31, 0.00, 0.12, 0.02. Web safe color of #acfadb is #99ffcc. Color #acfadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 11011011
Octal 254 372 333
Decimal 172 250 219
Hex AC FA DB

RGB Percentages of Color #acfadb

%26.83
%39.00
%34.17

CMYK Percentages of Color #acfadb

%31
%0
%12
%2

Triadic Colors of #acfadb

#acfadb #dbacfa #fadbac

Analogous Colors of #acfadb

#acfadb #acf2fa #acfab4

Monochromatic Colors of #acfadb

#acfadb

Complementary Color

#acfadb #faaccb

#acfadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfadb Color CSS Codes

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

#acfadb Text Font Color

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

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


#acfadb Background Color

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

This div background color is #acfadb


#acfadb Border Color

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

This div border color is #acfadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,250,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 #acfadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfadb


Comments

No comments written yet.

Please login to write comment.