Color Hex Logo

#ceccba Color Hex

#CECCBA
(206,204,186)
0 Favorites   0 Comments

Color spaces of #ceccba

RGB 206204186
HSL0.150.170.77
HSV54°10°81°
CMYK 0.000.010.10   0.19
XYZ55.909459.852755.0604
Yxy59.85270.32730.3504
Hunter Lab77.3645-6.390511.9584
CIE-Lab81.7581-2.43069.2090

#ceccba color RGB value is (206,204,186).

#ceccba hex color red value is 206, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ceccba hue: 0.15 , saturation: 0.17 and the lightness value of ceccba is 0.77.

The process color (four color CMYK) of #ceccba color hex is 0.00, 0.01, 0.10, 0.19. Web safe color of #ceccba is #cccccc. Color #ceccba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 10111010
Octal 316 314 272
Decimal 206 204 186
Hex CE CC BA

RGB Percentages of Color #ceccba

%34.56
%34.23
%31.21

CMYK Percentages of Color #ceccba

%0
%1
%10
%19

Triadic Colors of #ceccba

#ceccba #bacecc #ccbace

Analogous Colors of #ceccba

#ceccba #c6ceba #cec2ba

Monochromatic Colors of #ceccba

#ceccba

Complementary Color

#ceccba #babcce

#ceccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceccba Color CSS Codes

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

#ceccba Text Font Color

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

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


#ceccba Background Color

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

This div background color is #ceccba


#ceccba Border Color

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

This div border color is #ceccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceccba


Comments

No comments written yet.

Please login to write comment.