Color Hex Logo

#acccf8 Color Hex

#ACCCF8
(172,204,248)
0 Favorites   0 Comments

Color spaces of #acccf8

RGB 172204248
HSL0.600.840.82
HSV215°31°97°
CMYK 0.310.180.00   0.03
XYZ55.549458.733797.2159
Yxy58.73370.26260.2777
Hunter Lab76.6379-4.7343-21.5634
CIE-Lab81.1450-0.6893-25.0936

#acccf8 color RGB value is (172,204,248).

#acccf8 hex color red value is 172, green value is 204 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #acccf8 hue: 0.60 , saturation: 0.84 and the lightness value of acccf8 is 0.82.

The process color (four color CMYK) of #acccf8 color hex is 0.31, 0.18, 0.00, 0.03. Web safe color of #acccf8 is #99ccff. Color #acccf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11111000
Octal 254 314 370
Decimal 172 204 248
Hex AC CC F8

RGB Percentages of Color #acccf8

%27.56
%32.69
%39.74

CMYK Percentages of Color #acccf8

%31
%18
%0
%3

Triadic Colors of #acccf8

#acccf8 #f8accc #ccf8ac

Analogous Colors of #acccf8

#acccf8 #b2acf8 #acf2f8

Monochromatic Colors of #acccf8

#acccf8

Complementary Color

#acccf8 #f8d8ac

#acccf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccf8 Color CSS Codes

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

#acccf8 Text Font Color

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

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


#acccf8 Background Color

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

This div background color is #acccf8


#acccf8 Border Color

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

This div border color is #acccf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccf8


Comments

No comments written yet.

Please login to write comment.