Color Hex Logo

#acccf5 Color Hex

#ACCCF5
(172,204,245)
0 Favorites   0 Comments

Color spaces of #acccf5

RGB 172204245
HSL0.590.780.82
HSV214°30°96°
CMYK 0.300.170.00   0.04
XYZ55.087658.549094.7839
Yxy58.54900.26430.2809
Hunter Lab76.5173-5.3967-19.8819
CIE-Lab81.0431-1.4115-23.6498

#acccf5 color RGB value is (172,204,245).

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

The process color (four color CMYK) of #acccf5 color hex is 0.30, 0.17, 0.00, 0.04. Web safe color of #acccf5 is #99ccff. Color #acccf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11110101
Octal 254 314 365
Decimal 172 204 245
Hex AC CC F5

RGB Percentages of Color #acccf5

%27.70
%32.85
%39.45

CMYK Percentages of Color #acccf5

%30
%17
%0
%4

Triadic Colors of #acccf5

#acccf5 #f5accc #ccf5ac

Analogous Colors of #acccf5

#acccf5 #b1acf5 #acf1f5

Monochromatic Colors of #acccf5

#acccf5

Complementary Color

#acccf5 #f5d5ac

#acccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccf5 Color CSS Codes

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

#acccf5 Text Font Color

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

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


#acccf5 Background Color

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

This div background color is #acccf5


#acccf5 Border Color

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

This div border color is #acccf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccf5


Comments

No comments written yet.

Please login to write comment.