Color Hex Logo

#ceacc7 Color Hex

#CEACC7
(206,172,199)
0 Favorites   0 Comments

Color spaces of #ceacc7

RGB 206172199
HSL0.870.260.74
HSV312°17°81°
CMYK 0.000.170.03   0.19
XYZ50.514946.750460.3941
Yxy46.75040.32040.2965
Hunter Lab68.374312.2208-4.5081
CIE-Lab74.029816.9485-9.1029

#ceacc7 color RGB value is (206,172,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 11000111
Octal 316 254 307
Decimal 206 172 199
Hex CE AC C7

RGB Percentages of Color #ceacc7

%35.70
%29.81
%34.49

CMYK Percentages of Color #ceacc7

%0
%17
%3
%19

Triadic Colors of #ceacc7

#ceacc7 #c7ceac #acc7ce

Analogous Colors of #ceacc7

#ceacc7 #ceacb6 #c4acce

Monochromatic Colors of #ceacc7

#ceacc7

Complementary Color

#ceacc7 #acceb3

#ceacc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceacc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceacc7 Color CSS Codes

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

#ceacc7 Text Font Color

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

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


#ceacc7 Background Color

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

This div background color is #ceacc7


#ceacc7 Border Color

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

This div border color is #ceacc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceacc7


Comments

No comments written yet.

Please login to write comment.