Color Hex Logo

#ceacb4 Color Hex

#CEACB4
(206,172,180)
0 Favorites   0 Comments

Color spaces of #ceacb4

RGB 206172180
HSL0.960.260.74
HSV346°17°81°
CMYK 0.000.170.13   0.19
XYZ48.444345.922149.4906
Yxy45.92210.33680.3192
Hunter Lab67.76589.01554.1356
CIE-Lab73.495013.64280.5272

#ceacb4 color RGB value is (206,172,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 10110100
Octal 316 254 264
Decimal 206 172 180
Hex CE AC B4

RGB Percentages of Color #ceacb4

%36.92
%30.82
%32.26

CMYK Percentages of Color #ceacb4

%0
%17
%13
%19

Triadic Colors of #ceacb4

#ceacb4 #b4ceac #acb4ce

Analogous Colors of #ceacb4

#ceacb4 #ceb5ac #ceacc5

Monochromatic Colors of #ceacb4

#ceacb4

Complementary Color

#ceacb4 #accec6

#ceacb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceacb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceacb4 Color CSS Codes

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

#ceacb4 Text Font Color

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

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


#ceacb4 Background Color

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

This div background color is #ceacb4


#ceacb4 Border Color

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

This div border color is #ceacb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceacb4


Comments

No comments written yet.

Please login to write comment.