Color Hex Logo

#cec199 Color Hex

#CEC199
(206,193,153)
0 Favorites   0 Comments

Color spaces of #cec199

RGB 206193153
HSL0.130.350.70
HSV45°26°81°
CMYK 0.000.060.26   0.19
XYZ50.273353.561637.8257
Yxy53.56160.35490.3781
Hunter Lab73.1858-5.458720.5863
CIE-Lab78.2054-1.696421.8273

#cec199 color RGB value is (206,193,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 10011001
Octal 316 301 231
Decimal 206 193 153
Hex CE C1 99

RGB Percentages of Color #cec199

%37.32
%34.96
%27.72

CMYK Percentages of Color #cec199

%0
%6
%26
%19

Triadic Colors of #cec199

#cec199 #99cec1 #c199ce

Analogous Colors of #cec199

#cec199 #c1ce99 #cea799

Monochromatic Colors of #cec199

#cec199

Complementary Color

#cec199 #99a6ce

#cec199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec199 Color CSS Codes

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

#cec199 Text Font Color

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

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


#cec199 Background Color

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

This div background color is #cec199


#cec199 Border Color

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

This div border color is #cec199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec199

#cec199 Color Palettes


Comments

No comments written yet.

Please login to write comment.