Color Hex Logo

#ceacb9 Color Hex

#CEACB9
(206,172,185)
0 Favorites   0 Comments

Color spaces of #ceacb9

RGB 206172185
HSL0.940.260.74
HSV337°17°81°
CMYK 0.000.170.10   0.19
XYZ48.963146.129652.2222
Yxy46.12960.33240.3131
Hunter Lab67.91889.82401.9555
CIE-Lab73.629614.4834-2.0194

#ceacb9 color RGB value is (206,172,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 10111001
Octal 316 254 271
Decimal 206 172 185
Hex CE AC B9

RGB Percentages of Color #ceacb9

%36.59
%30.55
%32.86

CMYK Percentages of Color #ceacb9

%0
%17
%10
%19

Triadic Colors of #ceacb9

#ceacb9 #b9ceac #acb9ce

Analogous Colors of #ceacb9

#ceacb9 #ceb0ac #ceacca

Monochromatic Colors of #ceacb9

#ceacb9

Complementary Color

#ceacb9 #accec1

#ceacb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceacb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceacb9 Color CSS Codes

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

#ceacb9 Text Font Color

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

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


#ceacb9 Background Color

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

This div background color is #ceacb9


#ceacb9 Border Color

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

This div border color is #ceacb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceacb9


Comments

No comments written yet.

Please login to write comment.