crispedge.com

Color picker

Loading...

#ceb00a hex color - Green - Warm color - Information

#ceb00a hex color - Green - Warm color

Color Hue/Base color: Green

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

Hex #ceb00a color code is between #ccaa11 web safe hex color code and #ddbb00 web safe hex color code. #ccaa11 is the nearest web safe color code. You can see here many more shades of #ceb00a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeceb00a#ceb00a
RGB Decimal206, 176, 10rgb(206, 176, 10)
RGB Percent81%, 69%, 4%rgb(81%, 69%, 4%)
CSS RGBa206, 176, 10,1rgba(206,176,10,1)
CMYK Modelcmyk(0%,15%,95%,19%)
HSL Color Space51,91% ,42%hsl(51,91% ,42%)
HSV Color Space51°, 95%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101011000000001010
Octal31626012
Decimal20617610
Hexceb00a

Different shades of #ceb00a color code.

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

Light Shade of #ceb00a
#f4d217
Dark Shade of #ceb00a
#9d8608
Saturated Shade of #ceb00a
#d8b700
Desaturated Shade of #ceb00a
#c3a815
Grey scale Shade of #ceb00a
#6c6c6c
Brighten Shade
#e7c923
Most Readable Shade
#000000

Shades of #ceb00a color code

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

#ceb00a
#b79c08
#a08807
#897506
#726105
#5b4e04
#443a03
#2d2702
#161301
#000000

Similar Color like #ceb00a color

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

#cfb10b
#d0b20c
#d1b30d
#d2b40e
#d3b50f
#d4b610
#d5b711
#d6b812
#d7b913
#d8ba14
#d9bb15
#dabc16
#dbbd17
#dcbe18
#cdaf09
#ccae08
#cbad07
#caac06
#c9ab05
#c8aa04
#c7a903
#c6a802
#c5a701
#c4a600
#c3a500
#c2a400
#c1a300
#c0a200

Monochromatic Color with #ceb00a

#ceb00a
#f8d40c
#241f02
#4e4304
#796706
#a38c08

Tints of #ceb00a Color

#ceb00a
#d3b825
#d8c140
#deca5b
#e3d376
#e9db92
#eee4ad
#f4edc8
#f9f6e3
#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

#ceb00a
#0a28ce

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

Split Complementary

#ceb00a
#0a8ace
#4e0ace

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

Analogous Color

#ce620a
#ce890a
#ceb00a
#c5ce0a
#9ece0a

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

#ceb00a
#0aceb0
#b00ace

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

#ceb00a
#0ace4e
#0a28ce
#ce0a8a

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

#ceb00a
#0a28ce
#4e0ace
#8ace0a

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

#ceb00a Color Code Preview on Black Background Color

This is how #ceb00a Color will look on black background color. Color contrast ratio is 9.84

#ceb00a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceb00a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceb00a

#ceb00a color code is use for CSS Background Color

Background color for the above div is #ceb00a

HTML with inline CSS

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

#ceb00a color code is use for CSS Border Color

CSS Border color for the above div is #ceb00a

HTML with inline CSS

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

CSS Border Left color for the above div is #ceb00a

HTML with inline CSS

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

CSS Border Right color for the above div is #ceb00a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ceb00a

HTML with inline CSS

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

CSS Border Top color for the above div is #ceb00a

HTML with inline CSS

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

#ceb00a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ceb00a Color code Preview on White Background

This is how #ceb00a Color code will look on white background color. Color contrast ratio is 2.13

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

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,176,10,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(10,40,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,176,10,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.