crispedge.com

Color picker

Loading...

#cdb88b hex color - Brown - Warm color - Information

#cdb88b hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #cdb88b Color code in RGB color code model is created after adding 80.39% red color, 72.16% green color and 54.51% blue color. Hex #cdb88b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 32% yellow and 20% black.

Hex #cdb88b color code is between #ccbb88 web safe hex color code and #ddaa99 web safe hex color code. #ccbb88 is the nearest web safe color code. You can see here many more shades of #cdb88b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecdb88b#cdb88b
RGB Decimal205, 184, 139rgb(205, 184, 139)
RGB Percent80%, 72%, 55%rgb(80%, 72%, 55%)
CSS RGBa205, 184, 139,1rgba(205,184,139,1)
CMYK Modelcmyk(0%,10%,32%,20%)
HSL Color Space41,40% ,67%hsl(41,40% ,67%)
HSV Color Space41°, 32%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011011011100010001011
Octal315270213
Decimal205184139
Hexcdb88b

Different shades of #cdb88b color code.

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

Light Shade of #cdb88b
#dcceaf
Dark Shade of #cdb88b
#bea267
Saturated Shade of #cdb88b
#d5bb83
Desaturated Shade of #cdb88b
#c5b593
Grey scale Shade of #cdb88b
#acacac
Brighten Shade
#e6d1a4
Most Readable Shade
#000000

Shades of #cdb88b color code

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

#cdb88b
#b6a37b
#9f8f6c
#887a5c
#71664d
#5b513d
#443d2e
#2d281e
#16140f
#000000

Similar Color like #cdb88b color

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

#ceb98c
#cfba8d
#d0bb8e
#d1bc8f
#d2bd90
#d3be91
#d4bf92
#d5c093
#d6c194
#d7c295
#d8c396
#d9c497
#dac598
#dbc699
#ccb78a
#cbb689
#cab588
#c9b487
#c8b386
#c7b285
#c6b184
#c5b083
#c4af82
#c3ae81
#c2ad80
#c1ac7f
#c0ab7e
#bfaa7d

Monochromatic Color with #cdb88b

#cdb88b
#f7dea8
#231f18
#4d4635
#786c51
#a2926e

Tints of #cdb88b Color

#cdb88b
#d2bf97
#d8c7a4
#ddcfb1
#e3d7be
#e8dfcb
#eee7d8
#f3efe5
#f9f7f2
#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

#cdb88b
#8ba0cd

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

Split Complementary

#cdb88b
#8bc1cd
#978bcd

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

Analogous Color

#cd9e8b
#cdab8b
#cdb88b
#cdc58b
#c8cd8b

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

#cdb88b
#8bcdb8
#b88bcd

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

#cdb88b
#8bcd97
#8ba0cd
#cd8bc1

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

#cdb88b
#8ba0cd
#978bcd
#c1cd8b

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 #cdb88b 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.

#cdb88b Color Code Preview on Black Background Color

This is how #cdb88b Color will look on black background color. Color contrast ratio is 10.82

#cdb88b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cdb88b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cdb88b

#cdb88b color code is use for CSS Background Color

Background color for the above div is #cdb88b

HTML with inline CSS

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

#cdb88b color code is use for CSS Border Color

CSS Border color for the above div is #cdb88b

HTML with inline CSS

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

CSS Border Left color for the above div is #cdb88b

HTML with inline CSS

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

CSS Border Right color for the above div is #cdb88b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cdb88b

HTML with inline CSS

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

CSS Border Top color for the above div is #cdb88b

HTML with inline CSS

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

#cdb88b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cdb88b Color code Preview on White Background

This is how #cdb88b Color code will look on white background color. Color contrast ratio is 1.94

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 #cdb88b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cdb88b; }

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(205,184,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,160,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,184,139,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.