Color Hex Logo

#ceacc5 Color Hex

#CEACC5
(206,172,197)
0 Favorites   0 Comments

Color spaces of #ceacc5

RGB 206172197
HSL0.880.260.74
HSV316°17°81°
CMYK 0.000.170.04   0.19
XYZ50.284246.658159.1790
Yxy46.65810.32210.2989
Hunter Lab68.306711.8665-3.5524
CIE-Lab73.970516.5865-8.0955

#ceacc5 color RGB value is (206,172,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 11000101
Octal 316 254 305
Decimal 206 172 197
Hex CE AC C5

RGB Percentages of Color #ceacc5

%35.83
%29.91
%34.26

CMYK Percentages of Color #ceacc5

%0
%17
%4
%19

Triadic Colors of #ceacc5

#ceacc5 #c5ceac #acc5ce

Analogous Colors of #ceacc5

#ceacc5 #ceacb4 #c6acce

Monochromatic Colors of #ceacc5

#ceacc5

Complementary Color

#ceacc5 #acceb5

#ceacc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceacc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceacc5 Color CSS Codes

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

#ceacc5 Text Font Color

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

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


#ceacc5 Background Color

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

This div background color is #ceacc5


#ceacc5 Border Color

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

This div border color is #ceacc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceacc5


Comments

No comments written yet.

Please login to write comment.