crispedge.com

Color picker

Loading...

#cec3af hex color - Yellow - Warm color - Information

#cec3af hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #cec3af Color code in RGB color code model is created after adding 80.78% red color, 76.47% green color and 68.63% blue color. Hex #cec3af Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 15% yellow and 19% black.

Hex #cec3af color code is between #ccbbaa web safe hex color code and #ddccbb web safe hex color code. #ccbbaa is the nearest web safe color code. You can see here many more shades of #cec3af color code.

0 Likes 0 Comments | 5 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codecec3af#cec3af
RGB Decimal206, 195, 175rgb(206, 195, 175)
RGB Percent81%, 76%, 69%rgb(81%, 76%, 69%)
CSS RGBa206, 195, 175,1rgba(206,195,175,1)
CMYK Modelcmyk(0%,5%,15%,19%)
HSL Color Space39,24% ,75%hsl(39,24% ,75%)
HSV Color Space39°, 15%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101100001110101111
Octal316303257
Decimal206195175
Hexcec3af

Different shades of #cec3af color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #cec3af
#e1dbcf
Dark Shade of #cec3af
#bbab8f
Saturated Shade of #cec3af
#d4c5a9
Desaturated Shade of #cec3af
#c8c1b5
Grey scale Shade of #cec3af
#bebebe
Brighten Shade
#e7dcc8
Most Readable Shade
#000000

Shades of #cec3af color code

Generate more color scales with scales (color stack) generator.

#cec3af
#b7ad9b
#a09788
#898274
#726c61
#5b564d
#44413a
#2d2b26
#161513
#000000

Similar Color like #cec3af color

Find visually similar hex color codes nearing to #cec3af hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#cfc4b0
#d0c5b1
#d1c6b2
#d2c7b3
#d3c8b4
#d4c9b5
#d5cab6
#d6cbb7
#d7ccb8
#d8cdb9
#d9ceba
#dacfbb
#dbd0bc
#dcd1bd
#cdc2ae
#ccc1ad
#cbc0ac
#cabfab
#c9beaa
#c8bda9
#c7bca8
#c6bba7
#c5baa6
#c4b9a5
#c3b8a4
#c2b7a3
#c1b6a2
#c0b5a1

Monochromatic Color with #cec3af

#cec3af
#f8ebd3
#24221f
#4e4a43
#797367
#a39b8b

Tints of #cec3af Color

#cec3af
#d3c9b7
#d8d0c0
#ded7c9
#e3ddd2
#e9e4db
#eeebe4
#f4f1ed
#f9f8f6
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#cec3af
#afbace

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#cec3af
#afcace
#b4afce

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ceb7af
#cebdaf
#cec3af
#cec9af
#cdceaf

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#cec3af
#afcec3
#c3afce

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#cec3af
#afceb3
#afbace
#ceafc9

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#cec3af
#afbace
#b4afce
#caceaf

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #cec3af Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#cec3af Color Code Preview on Black Background Color

This is how #cec3af Color will look on black background color. Color contrast ratio is 12.05

#cec3af in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#cec3af">Your Example Paragraph content text in with font color #cec3af </p>

Your Example Paragraph content text in with font color #cec3af

HTML with inline CSS

<div style="color:#cec3af">Your Paragraph text in with font color #cec3af </div>

Your Example Paragraph content text in with font color #cec3af

#cec3af color code is use for CSS Background Color

Background color for the above div is #cec3af

HTML with inline CSS

<div style="background-color:#cec3af;"></div>

#cec3af color code is use for CSS Border Color

CSS Border color for the above div is #cec3af

HTML with inline CSS

<div style="border:5px solid #cec3af;"></div>

CSS Border Left color for the above div is #cec3af

HTML with inline CSS

<div style="border-left:5px solid #cec3af;"></div>

CSS Border Right color for the above div is #cec3af

HTML with inline CSS

<div style="border-right:5px solid #cec3af;"></div>

CSS Border Bottom color for the above div is #cec3af

HTML with inline CSS

<div style="border-bottom:5px solid #cec3af;"></div>

CSS Border Top color for the above div is #cec3af

HTML with inline CSS

<div style="border-top:5px solid #cec3af;"></div>

#cec3af hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#cec3af; } .examplecolorclass {color:#cec3af; } .examplebordercolor {border:3px solid #cec3af; }

#cec3af Color code Preview on White Background

This is how #cec3af Color code will look on white background color. Color contrast ratio is 1.74

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #cec3af; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cec3af; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(206,195,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,186,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,195,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.