crispedge.com

Color picker

Loading...

#abc168 hex color - Yellow - Warm color - Information

#abc168 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #abc168 Color code in RGB color code model is created after adding 67.06% red color, 75.69% green color and 40.78% blue color. Hex #abc168 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 46% yellow and 24% black.

Hex #abc168 color code is between #aabb66 web safe hex color code and #bbcc77 web safe hex color code. #aabb66 is the nearest web safe color code. You can see here many more shades of #abc168 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeabc168#abc168
RGB Decimal171, 193, 104rgb(171, 193, 104)
RGB Percent67%, 76%, 41%rgb(67%, 76%, 41%)
CSS RGBa171, 193, 104,1rgba(171,193,104,1)
CMYK Modelcmyk(11%,0%,46%,24%)
HSL Color Space75,42% ,58%hsl(75,42% ,58%)
HSV Color Space75°, 46%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010111100000101101000
Octal253301150
Decimal171193104
Hexabc168

Different shades of #abc168 color code.

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

Light Shade of #abc168
#bfd08c
Dark Shade of #abc168
#95ae48
Saturated Shade of #abc168
#b0cc5d
Desaturated Shade of #abc168
#a6b673
Grey scale Shade of #abc168
#949494
Brighten Shade
#c4da81
Most Readable Shade
#000000

Shades of #abc168 color code

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

#abc168
#98ab5c
#859650
#728045
#5f6b39
#4c552e
#394022
#262a17
#13150b
#000000

Similar Color like #abc168 color

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

#acc269
#adc36a
#aec46b
#afc56c
#b0c66d
#b1c76e
#b2c86f
#b3c970
#b4ca71
#b5cb72
#b6cc73
#b7cd74
#b8ce75
#b9cf76
#aac067
#a9bf66
#a8be65
#a7bd64
#a6bc63
#a5bb62
#a4ba61
#a3b960
#a2b85f
#a1b75e
#a0b65d
#9fb55c
#9eb45b
#9db35a

Monochromatic Color with #abc168

#abc168
#d1eb7f
#14170c
#3a4123
#606c3a
#859651

Tints of #abc168 Color

#abc168
#b4c778
#bdce89
#c7d59a
#d0dcab
#d9e3bb
#e3eacc
#ecf1dd
#f5f8ee
#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

#abc168
#7e68c1

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

Split Complementary

#abc168
#687ec1
#ab68c1

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

Analogous Color

#c1b368
#bdc168
#abc168
#99c168
#87c168

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

#abc168
#68abc1
#c168ab

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

#abc168
#68c1aa
#7e68c1
#c1687e

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

#abc168
#7e68c1
#ab68c1
#7ec168

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

#abc168 Color Code Preview on Black Background Color

This is how #abc168 Color will look on black background color. Color contrast ratio is 10.56

#abc168 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abc168

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abc168

#abc168 color code is use for CSS Background Color

Background color for the above div is #abc168

HTML with inline CSS

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

#abc168 color code is use for CSS Border Color

CSS Border color for the above div is #abc168

HTML with inline CSS

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

CSS Border Left color for the above div is #abc168

HTML with inline CSS

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

CSS Border Right color for the above div is #abc168

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abc168

HTML with inline CSS

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

CSS Border Top color for the above div is #abc168

HTML with inline CSS

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

#abc168 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abc168 Color code Preview on White Background

This is how #abc168 Color code will look on white background color. Color contrast ratio is 1.99

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

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(171,193,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(126,104,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,193,104,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.