Color Hex Logo

#cec197 Color Hex

#CEC197
(206,193,151)
0 Favorites   0 Comments

Color spaces of #cec197

RGB 206193151
HSL0.130.360.70
HSV46°27°81°
CMYK 0.000.060.27   0.19
XYZ50.109553.496136.9629
Yxy53.49610.35650.3806
Hunter Lab73.1410-5.705021.2356
CIE-Lab78.1670-1.970522.8383

#cec197 color RGB value is (206,193,151).

#cec197 hex color red value is 206, green value is 193 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #cec197 hue: 0.13 , saturation: 0.36 and the lightness value of cec197 is 0.70.

The process color (four color CMYK) of #cec197 color hex is 0.00, 0.06, 0.27, 0.19. Web safe color of #cec197 is #cccc99. Color #cec197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 10010111
Octal 316 301 227
Decimal 206 193 151
Hex CE C1 97

RGB Percentages of Color #cec197

%37.45
%35.09
%27.45

CMYK Percentages of Color #cec197

%0
%6
%27
%19

Triadic Colors of #cec197

#cec197 #97cec1 #c197ce

Analogous Colors of #cec197

#cec197 #c0ce97 #cea697

Monochromatic Colors of #cec197

#cec197

Complementary Color

#cec197 #97a4ce

#cec197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec197 Color CSS Codes

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

#cec197 Text Font Color

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

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


#cec197 Background Color

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

This div background color is #cec197


#cec197 Border Color

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

This div border color is #cec197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec197


Comments

No comments written yet.

Please login to write comment.