Color Hex Logo

#acdcec Color Hex

#ACDCEC
(172,220,236)
0 Favorites   0 Comments

Color spaces of #acdcec

RGB 172220236
HSL0.540.630.80
HSV195°27°93°
CMYK 0.270.070.00   0.07
XYZ57.746866.013289.0551
Yxy66.01320.27130.3102
Hunter Lab81.2485-15.3173-8.1128
CIE-Lab85.0031-11.8781-12.8945

#acdcec color RGB value is (172,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11101100
Octal 254 334 354
Decimal 172 220 236
Hex AC DC EC

RGB Percentages of Color #acdcec

%27.39
%35.03
%37.58

CMYK Percentages of Color #acdcec

%27
%7
%0
%7

Triadic Colors of #acdcec

#acdcec #ecacdc #dcecac

Analogous Colors of #acdcec

#acdcec #acbcec #acecdc

Monochromatic Colors of #acdcec

#acdcec

Complementary Color

#acdcec #ecbcac

#acdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcec Color CSS Codes

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

#acdcec Text Font Color

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

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


#acdcec Background Color

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

This div background color is #acdcec


#acdcec Border Color

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

This div border color is #acdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcec


Comments

No comments written yet.

Please login to write comment.