Color Hex Logo

#acccec Color Hex

#ACCCEC
(172,204,236)
0 Favorites   0 Comments

Color spaces of #acccec

RGB 172204236
HSL0.580.630.80
HSV210°27°93°
CMYK 0.270.140.00   0.07
XYZ53.746458.012587.7217
Yxy58.01250.26940.2908
Hunter Lab76.1659-7.3321-14.9692
CIE-Lab80.7457-3.5410-19.2967

#acccec color RGB value is (172,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11101100
Octal 254 314 354
Decimal 172 204 236
Hex AC CC EC

RGB Percentages of Color #acccec

%28.10
%33.33
%38.56

CMYK Percentages of Color #acccec

%27
%14
%0
%7

Triadic Colors of #acccec

#acccec #ecaccc #ccecac

Analogous Colors of #acccec

#acccec #acacec #acecec

Monochromatic Colors of #acccec

#acccec

Complementary Color

#acccec #ecccac

#acccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccec Color CSS Codes

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

#acccec Text Font Color

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

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


#acccec Background Color

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

This div background color is #acccec


#acccec Border Color

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

This div border color is #acccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccec


Comments

No comments written yet.

Please login to write comment.