Color Hex Logo

#c8acca Color Hex

#C8ACCA
(200,172,202)
0 Favorites   0 Comments

Color spaces of #c8acca

RGB 200172202
HSL0.820.220.73
HSV296°15°79°
CMYK 0.010.150.00   0.21
XYZ49.232646.048762.1706
Yxy46.04870.31270.2925
Hunter Lab67.859210.7502-6.8183
CIE-Lab73.577115.4434-11.4791

#c8acca color RGB value is (200,172,202).

#c8acca hex color red value is 200, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c8acca hue: 0.82 , saturation: 0.22 and the lightness value of c8acca is 0.73.

The process color (four color CMYK) of #c8acca color hex is 0.01, 0.15, 0.00, 0.21. Web safe color of #c8acca is #cc99cc. Color #c8acca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101100 11001010
Octal 310 254 312
Decimal 200 172 202
Hex C8 AC CA

RGB Percentages of Color #c8acca

%34.84
%29.97
%35.19

CMYK Percentages of Color #c8acca

%1
%15
%0
%21

Triadic Colors of #c8acca

#c8acca #cac8ac #accac8

Analogous Colors of #c8acca

#c8acca #caacbd #b9acca

Monochromatic Colors of #c8acca

#c8acca

Complementary Color

#c8acca #aecaac

#c8acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8acca Color CSS Codes

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

#c8acca Text Font Color

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

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


#c8acca Background Color

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

This div background color is #c8acca


#c8acca Border Color

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

This div border color is #c8acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8acca


Comments

No comments written yet.

Please login to write comment.