Color Hex Logo

#ceacce Color Hex

#CEACCE
(206,172,206)
0 Favorites   0 Comments

Color spaces of #ceacce

RGB 206172206
HSL0.830.260.74
HSV300°17°81°
CMYK 0.000.170.00   0.19
XYZ51.346747.083164.7742
Yxy47.08310.31460.2885
Hunter Lab68.617113.4929-7.9375
CIE-Lab74.242918.2410-12.6158

#ceacce color RGB value is (206,172,206).

#ceacce hex color red value is 206, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ceacce hue: 0.83 , saturation: 0.26 and the lightness value of ceacce is 0.74.

The process color (four color CMYK) of #ceacce color hex is 0.00, 0.17, 0.00, 0.19. Web safe color of #ceacce is #cc99cc. Color #ceacce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 11001110
Octal 316 254 316
Decimal 206 172 206
Hex CE AC CE

RGB Percentages of Color #ceacce

%35.27
%29.45
%35.27

CMYK Percentages of Color #ceacce

%0
%17
%0
%19

Triadic Colors of #ceacce

#ceacce #ceceac #accece

Analogous Colors of #ceacce

#ceacce #ceacbd #bdacce

Monochromatic Colors of #ceacce

#ceacce

Complementary Color

#ceacce #acceac

#ceacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceacce Color CSS Codes

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

#ceacce Text Font Color

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

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


#ceacce Background Color

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

This div background color is #ceacce


#ceacce Border Color

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

This div border color is #ceacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceacce


Comments

No comments written yet.

Please login to write comment.