Skip to main content Skip to docs navigation

#fefd34 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Giraffe and its hex is #FEFE33 Nearest Color Name

Color Hue/Base color: Green

Hex #fefd34 Color code in RGB color code model is created after adding 99.61% red color, 99.22% green color and 20.39% blue color. Hex #fefd34 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 80% yellow and 0.39% black.

Hex #fefd34 color code is between #ffff33 web safe hex color code and #eeee44 web safe hex color code. #ffff33 is the nearest web safe color code. You can see here many more shades of #fefd34 color code.

RGB Chart

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

Color Table

Hex Color Code fefd34 #fefd34
RGB Decimal 254, 253, 52 254, 253, 52
RGB Percent 100%, 99%, 20% rgb(100%, 99%, 20%)
CSS RGBa 254, 253, 52,1 rgba(254,253,52,1)
CMYK Model cmyk(0%,0%,80%,0.39%)
HSL Color Space 60,99% ,60% hsl(60,99% ,60%)
HSV Color Space 60°, 80%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 11111101 00110100
Octal 376 375 64
Decimal 254 253 52
Hex fe fd 34

Different shades of #fefd34 color code.

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

Darkest of #fefd34
#989701
Darker of #fefd34
#cbca01
Dark of #fefd34
#fefc01
Base of #fefd34
#fefd34
Light of #fefd34
#fefd67
Lighter
#fffe99
Lightest
#fffecc

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

#fefd34
#3435fe

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

Split Complementary

#fefd34
#349afe
#9834fe

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

Analogous Color

#fe8734
#fea934
#fefd34
#bcfe34
#68fe34

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

#fefd34
#fd34fe
#34fefd

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

#fefd34
#34fefd
#3435fe
#fe3435

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

Square Color

#fefd34
#34fe98
#3435fe
#fe349a

Square 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).

Monochromatic Color with #fefd34

#666500
#989701
#cbca01
#fefc01
#fefd34
#fefd67
#fffe99
#fffecc
#ffffff

Tints of #fefd34 Color

#fefd34
#fefd4a
#fefd61
#fefd77
#fefd8e
#fefea4
#fefebb
#fefed1
#fefee8
#ffffff

Shades of #fefd34 color code

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

#fefd34
#e1e02e
#c5c428
#a9a822
#8d8c1c
#707017
#545411
#38380b
#1c1c05
#000000

Tones

#fefd34
#eae948
#d5d55d
#c1c071
#acac86

Tones

Similar Color like #fefd34 color

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

#fffe35
#ffff36
#ffff37
#ffff38
#ffff39
#ffff3a
#ffff3b
#ffff3c
#ffff3d
#ffff3e
#ffff3f
#ffff40
#ffff41
#ffff42
#fdfc33
#fcfb32
#fbfa31
#faf930
#f9f82f
#f8f72e
#f7f62d
#f6f52c
#f5f42b
#f4f32a
#f3f229
#f2f128
#f1f027
#f0ef26

Download this Dark Green

Hex #fefd34 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.

#fefd34 Color Code Preview on Black Background Color

This is how #fefd34 Color will look on black background color. Color contrast ratio is 19.31

#fefd34 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fefd34

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fefd34

#fefd34 color code is use for CSS Background Color

Background color for the above div is #fefd34

HTML with inline CSS

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

#fefd34 color code is use for CSS Border Color

CSS Border color for the above div is #fefd34

HTML with inline CSS

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

CSS Border Left color for the above div is #fefd34

HTML with inline CSS

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

CSS Border Right color for the above div is #fefd34

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fefd34

HTML with inline CSS

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

CSS Border Top color for the above div is #fefd34

HTML with inline CSS

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

#fefd34 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fefd34 Color code Preview on White Background

This is how #fefd34 Color code will look on white background color. Color contrast ratio is 1.09

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(254,253,52,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(52,53,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,253,52,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }