Color Hex Logo

#cec296 Color Hex

#CEC296
(206,194,150)
0 Favorites   0 Comments

Color spaces of #cec296

RGB 206194150
HSL0.130.360.70
HSV47°27°81°
CMYK 0.000.060.27   0.19
XYZ50.250453.907436.6108
Yxy53.90740.35700.3830
Hunter Lab73.4217-6.321021.8309
CIE-Lab78.4077-2.629823.6978

#cec296 color RGB value is (206,194,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 10010110
Octal 316 302 226
Decimal 206 194 150
Hex CE C2 96

RGB Percentages of Color #cec296

%37.45
%35.27
%27.27

CMYK Percentages of Color #cec296

%0
%6
%27
%19

Triadic Colors of #cec296

#cec296 #96cec2 #c296ce

Analogous Colors of #cec296

#cec296 #bece96 #cea696

Monochromatic Colors of #cec296

#cec296

Complementary Color

#cec296 #96a2ce

#cec296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec296 Color CSS Codes

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

#cec296 Text Font Color

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

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


#cec296 Background Color

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

This div background color is #cec296


#cec296 Border Color

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

This div border color is #cec296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec296


Comments

No comments written yet.

Please login to write comment.