Color Hex Logo

#cec3bc Color Hex

#CEC3BC
(206,195,188)
0 Favorites   0 Comments

Color spaces of #cec3bc

RGB 206195188
HSL0.060.160.77
HSV23°81°
CMYK 0.000.050.09   0.19
XYZ54.045855.782955.4956
Yxy55.78290.32690.3374
Hunter Lab74.6880-1.53758.2271
CIE-Lab79.49012.63764.8800

#cec3bc color RGB value is (206,195,188).

#cec3bc hex color red value is 206, green value is 195 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cec3bc hue: 0.06 , saturation: 0.16 and the lightness value of cec3bc is 0.77.

The process color (four color CMYK) of #cec3bc color hex is 0.00, 0.05, 0.09, 0.19. Web safe color of #cec3bc is #cccccc. Color #cec3bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 10111100
Octal 316 303 274
Decimal 206 195 188
Hex CE C3 BC

RGB Percentages of Color #cec3bc

%34.97
%33.11
%31.92

CMYK Percentages of Color #cec3bc

%0
%5
%9
%19

Triadic Colors of #cec3bc

#cec3bc #bccec3 #c3bcce

Analogous Colors of #cec3bc

#cec3bc #ceccbc #cebcbe

Monochromatic Colors of #cec3bc

#cec3bc

Complementary Color

#cec3bc #bcc7ce

#cec3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec3bc Color CSS Codes

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

#cec3bc Text Font Color

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

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


#cec3bc Background Color

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

This div background color is #cec3bc


#cec3bc Border Color

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

This div border color is #cec3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec3bc


Comments

No comments written yet.

Please login to write comment.