Color Hex Logo

#ceacbd Color Hex

#CEACBD
(206,172,189)
0 Favorites   0 Comments

Color spaces of #ceacbd

RGB 206172189
HSL0.920.260.74
HSV330°17°81°
CMYK 0.000.170.08   0.19
XYZ49.391446.301054.4779
Yxy46.30100.32890.3083
Hunter Lab68.044810.48850.1628
CIE-Lab73.740415.1708-4.0506

#ceacbd color RGB value is (206,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 10111101
Octal 316 254 275
Decimal 206 172 189
Hex CE AC BD

RGB Percentages of Color #ceacbd

%36.33
%30.34
%33.33

CMYK Percentages of Color #ceacbd

%0
%17
%8
%19

Triadic Colors of #ceacbd

#ceacbd #bdceac #acbdce

Analogous Colors of #ceacbd

#ceacbd #ceacac #ceacce

Monochromatic Colors of #ceacbd

#ceacbd

Complementary Color

#ceacbd #accebd

#ceacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceacbd Color CSS Codes

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

#ceacbd Text Font Color

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

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


#ceacbd Background Color

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

This div background color is #ceacbd


#ceacbd Border Color

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

This div border color is #ceacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceacbd


Comments

No comments written yet.

Please login to write comment.