Color Hex Logo

#acafcc Color Hex

#ACAFCC
(172,175,204)
0 Favorites   0 Comments

Color spaces of #acafcc

RGB 172175204
HSL0.650.240.74
HSV234°16°80°
CMYK 0.160.140.00   0.20
XYZ43.242343.790263.3000
Yxy43.79020.28760.2913
Hunter Lab66.17420.8382-10.3929
CIE-Lab72.08804.8666-15.0452

#acafcc color RGB value is (172,175,204).

#acafcc hex color red value is 172, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #acafcc hue: 0.65 , saturation: 0.24 and the lightness value of acafcc is 0.74.

The process color (four color CMYK) of #acafcc color hex is 0.16, 0.14, 0.00, 0.20. Web safe color of #acafcc is #9999cc. Color #acafcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 11001100
Octal 254 257 314
Decimal 172 175 204
Hex AC AF CC

RGB Percentages of Color #acafcc

%31.22
%31.76
%37.02

CMYK Percentages of Color #acafcc

%16
%14
%0
%20

Triadic Colors of #acafcc

#acafcc #ccacaf #afccac

Analogous Colors of #acafcc

#acafcc #b9accc #acbfcc

Monochromatic Colors of #acafcc

#acafcc

Complementary Color

#acafcc #ccc9ac

#acafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acafcc Color CSS Codes

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

#acafcc Text Font Color

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

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


#acafcc Background Color

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

This div background color is #acafcc


#acafcc Border Color

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

This div border color is #acafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acafcc


Comments

No comments written yet.

Please login to write comment.