Color Hex Logo

#ceccbe Color Hex

#CECCBE
(206,204,190)
0 Favorites   0 Comments

Color spaces of #ceccbe

RGB 206204190
HSL0.150.140.78
HSV53°81°
CMYK 0.000.010.08   0.19
XYZ56.340760.025257.3318
Yxy60.02520.32440.3456
Hunter Lab77.4759-5.777210.3589
CIE-Lab81.8519-1.76057.2092

#ceccbe color RGB value is (206,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 10111110
Octal 316 314 276
Decimal 206 204 190
Hex CE CC BE

RGB Percentages of Color #ceccbe

%34.33
%34.00
%31.67

CMYK Percentages of Color #ceccbe

%0
%1
%8
%19

Triadic Colors of #ceccbe

#ceccbe #bececc #ccbece

Analogous Colors of #ceccbe

#ceccbe #c8cebe #cec4be

Monochromatic Colors of #ceccbe

#ceccbe

Complementary Color

#ceccbe #bec0ce

#ceccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceccbe Color CSS Codes

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

#ceccbe Text Font Color

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

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


#ceccbe Background Color

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

This div background color is #ceccbe


#ceccbe Border Color

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

This div border color is #ceccbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,204,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 #ceccbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceccbe

#ceccbe Color Palettes


Comments

No comments written yet.

Please login to write comment.