Color Hex Logo

#acdfec Color Hex

#ACDFEC
(172,223,236)
0 Favorites   0 Comments

Color spaces of #acdfec

RGB 172223236
HSL0.530.630.80
HSV192°27°93°
CMYK 0.270.060.00   0.07
XYZ58.541367.602189.3199
Yxy67.60210.27170.3138
Hunter Lab82.2205-16.7932-6.8551
CIE-Lab85.8071-13.4101-11.6936

#acdfec color RGB value is (172,223,236).

#acdfec hex color red value is 172, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #acdfec hue: 0.53 , saturation: 0.63 and the lightness value of acdfec is 0.80.

The process color (four color CMYK) of #acdfec color hex is 0.27, 0.06, 0.00, 0.07. Web safe color of #acdfec is #99ccff. Color #acdfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11101100
Octal 254 337 354
Decimal 172 223 236
Hex AC DF EC

RGB Percentages of Color #acdfec

%27.26
%35.34
%37.40

CMYK Percentages of Color #acdfec

%27
%6
%0
%7

Triadic Colors of #acdfec

#acdfec #ecacdf #dfecac

Analogous Colors of #acdfec

#acdfec #acbfec #acecd9

Monochromatic Colors of #acdfec

#acdfec

Complementary Color

#acdfec #ecb9ac

#acdfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfec Color CSS Codes

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

#acdfec Text Font Color

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

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


#acdfec Background Color

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

This div background color is #acdfec


#acdfec Border Color

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

This div border color is #acdfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfec


Comments

No comments written yet.

Please login to write comment.