color codes Logo

#c8acec color codes

#C8ACEC
(200,172,236)
0 Favorites   0 Comments

Color spaces of #c8acec

RGB 200172236
HSL0.740.630.80
HSV266°27°93°
CMYK 0.150.270.00   0.07
XYZ53.712347.840585.7601
Yxy47.84050.28680.2554
Hunter Lab69.166817.5743-25.0970
CIE-Lab74.724222.3264-28.2810

#c8acec color RGB value is (200,172,236).

#c8acec hex color red value is 200, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c8acec hue: 0.74 , saturation: 0.63 and the lightness value of c8acec is 0.80.

The process color (four color CMYK) of #c8acec color code is 0.15, 0.27, 0.00, 0.07. Web safe color of #c8acec is #cc99ff. Color #c8acec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101100 11101100
Octal 310 254 354
Decimal 200 172 236
Hex C8 AC EC

RGB Percentages of Color #c8acec

%32.89
%28.29
%38.82

CMYK Percentages of Color #c8acec

%15
%27
%0
%7

Triadic Colors of #c8acec

#c8acec #ecc8ac #acecc8

Analogous Colors of #c8acec

#c8acec #e8acec #acb0ec

Monochromatic Colors of #c8acec

#c8acec

Complementary Color

#c8acec #d0ecac

#c8acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8acec Color CSS Codes

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

#c8acec Text Font Color

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

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


#c8acec Background Color

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

This div background color is #c8acec


#c8acec Border Color

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

This div border color is #c8acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8acec


Comments

No comments written yet.

Please login to write comment.