Color Hex Logo

#cecabe Color Hex

#CECABE
(206,202,190)
0 Favorites   0 Comments

Color spaces of #cecabe

RGB 206202190
HSL0.130.140.78
HSV45°81°
CMYK 0.000.020.08   0.19
XYZ55.868459.080657.1743
Yxy59.08060.32460.3432
Hunter Lab76.8639-4.76949.7026
CIE-Lab81.3359-0.71336.4675

#cecabe color RGB value is (206,202,190).

#cecabe hex color red value is 206, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cecabe hue: 0.13 , saturation: 0.14 and the lightness value of cecabe is 0.78.

The process color (four color CMYK) of #cecabe color hex is 0.00, 0.02, 0.08, 0.19. Web safe color of #cecabe is #cccccc. Color #cecabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001010 10111110
Octal 316 312 276
Decimal 206 202 190
Hex CE CA BE

RGB Percentages of Color #cecabe

%34.45
%33.78
%31.77

CMYK Percentages of Color #cecabe

%0
%2
%8
%19

Triadic Colors of #cecabe

#cecabe #bececa #cabece

Analogous Colors of #cecabe

#cecabe #cacebe #cec2be

Monochromatic Colors of #cecabe

#cecabe

Complementary Color

#cecabe #bec2ce

#cecabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecabe Color CSS Codes

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

#cecabe Text Font Color

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

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


#cecabe Background Color

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

This div background color is #cecabe


#cecabe Border Color

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

This div border color is #cecabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecabe

#cecabe Color Palettes


Comments

No comments written yet.

Please login to write comment.