Color Hex Logo

#ccacfe Color Hex

#CCACFE
(204,172,254)
0 Favorites   0 Comments

Color spaces of #ccacfe

RGB 204172254
HSL0.730.980.84
HSV263°32°100°
CMYK 0.200.320.00   0.00
XYZ57.543849.4982100.2871
Yxy49.49820.27750.2387
Hunter Lab70.355022.8752-35.2661
CIE-Lab75.760227.4653-36.3847

#ccacfe color RGB value is (204,172,254).

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

The process color (four color CMYK) of #ccacfe color hex is 0.20, 0.32, 0.00, 0.00. Web safe color of #ccacfe is #cc99ff. Color #ccacfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 11111110
Octal 314 254 376
Decimal 204 172 254
Hex CC AC FE

RGB Percentages of Color #ccacfe

%32.38
%27.30
%40.32

CMYK Percentages of Color #ccacfe

%20
%32
%0
%0

Triadic Colors of #ccacfe

#ccacfe #feccac #acfecc

Analogous Colors of #ccacfe

#ccacfe #f5acfe #acb5fe

Monochromatic Colors of #ccacfe

#ccacfe

Complementary Color

#ccacfe #defeac

#ccacfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccacfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccacfe Color CSS Codes

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

#ccacfe Text Font Color

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

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


#ccacfe Background Color

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

This div background color is #ccacfe


#ccacfe Border Color

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

This div border color is #ccacfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccacfe


Comments

No comments written yet.

Please login to write comment.