Color Hex Logo

#cecca0 Color Hex

#CECCA0
(206,204,160)
0 Favorites   0 Comments

Color spaces of #cecca0

RGB 206204160
HSL0.160.320.72
HSV57°22°81°
CMYK 0.000.010.22   0.19
XYZ53.391658.845641.8020
Yxy58.84560.34660.3820
Hunter Lab76.7109-10.006121.3888
CIE-Lab81.2067-6.439522.2385

#cecca0 color RGB value is (206,204,160).

#cecca0 hex color red value is 206, green value is 204 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #cecca0 hue: 0.16 , saturation: 0.32 and the lightness value of cecca0 is 0.72.

The process color (four color CMYK) of #cecca0 color hex is 0.00, 0.01, 0.22, 0.19. Web safe color of #cecca0 is #cccc99. Color #cecca0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 10100000
Octal 316 314 240
Decimal 206 204 160
Hex CE CC A0

RGB Percentages of Color #cecca0

%36.14
%35.79
%28.07

CMYK Percentages of Color #cecca0

%0
%1
%22
%19

Triadic Colors of #cecca0

#cecca0 #a0cecc #cca0ce

Analogous Colors of #cecca0

#cecca0 #b9cea0 #ceb5a0

Monochromatic Colors of #cecca0

#cecca0

Complementary Color

#cecca0 #a0a2ce

#cecca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecca0 Color CSS Codes

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

#cecca0 Text Font Color

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

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


#cecca0 Background Color

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

This div background color is #cecca0


#cecca0 Border Color

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

This div border color is #cecca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecca0


Comments

No comments written yet.

Please login to write comment.