crispedge.com

Color picker

Loading...

#ebeaef hex color - Blue - Cool color - Information

#ebeaef hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ebeaef Color code in RGB color code model is created after adding 92.16% red color, 91.76% green color and 93.73% blue color. Hex #ebeaef Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 2% magenta, 0% yellow and 6% black.

Hex #ebeaef color code is between #eeeeee web safe hex color code and #ddddff web safe hex color code. #eeeeee is the nearest web safe color code. You can see here many more shades of #ebeaef color code.

0 Likes 0 Comments | 20 Views

RGB Chart

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

Color Table

Hex Color Codeebeaef#ebeaef
RGB Decimal235, 234, 239rgb(235, 234, 239)
RGB Percent92%, 92%, 94%rgb(92%, 92%, 94%)
CSS RGBa235, 234, 239,1rgba(235,234,239,1)
CMYK Modelcmyk(2%,2%,0%,6%)
HSL Color Space252,14% ,93%hsl(252,14% ,93%)
HSV Color Space252°, 2%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary111010111110101011101111
Octal353352357
Decimal235234239
Hexebeaef

Different shades of #ebeaef color code.

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

Light Shade of #ebeaef
#ffffff
Dark Shade of #ebeaef
#cfcdd9
Saturated Shade of #ebeaef
#eae8f1
Desaturated Shade of #ebeaef
#ececed
Grey scale Shade of #ebeaef
#ececec
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #ebeaef color code

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

#ebeaef
#d0d0d4
#b6b6b9
#9c9c9f
#828284
#68686a
#4e4e4f
#343435
#1a1a1a
#000000

Similar Color like #ebeaef color

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

#ecebf0
#edecf1
#eeedf2
#efeef3
#f0eff4
#f1f0f5
#f2f1f6
#f3f2f7
#f4f3f8
#f5f4f9
#f6f5fa
#f7f6fb
#f8f7fc
#f9f8fd
#eae9ee
#e9e8ed
#e8e7ec
#e7e6eb
#e6e5ea
#e5e4e9
#e4e3e8
#e3e2e7
#e2e1e6
#e1e0e5
#e0dfe4
#dfdee3
#dedde2
#dddce1

Monochromatic Color with #ebeaef

#ebeaef
#1a1a1a
#444445
#6e6d6f
#97979a
#c1c0c4

Tints of #ebeaef Color

#ebeaef
#edecf0
#efeef2
#f1f1f4
#f3f3f6
#f6f5f7
#f8f8f9
#fafafb
#fcfcfd
#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

#ebeaef
#eeefea

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

Split Complementary

#ebeaef
#efedea
#ecefea

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

Analogous Color

#eaebef
#eaeaef
#ebeaef
#eceaef
#edeaef

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

#ebeaef
#efebea
#eaefeb

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

#ebeaef
#efeaeb
#eeefea
#eaefed

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

#ebeaef
#eeefea
#ecefea
#edeaef

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

#ebeaef Color Code Preview on Black Background Color

This is how #ebeaef Color will look on black background color. Color contrast ratio is 17.55

#ebeaef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebeaef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebeaef

#ebeaef color code is use for CSS Background Color

Background color for the above div is #ebeaef

HTML with inline CSS

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

#ebeaef color code is use for CSS Border Color

CSS Border color for the above div is #ebeaef

HTML with inline CSS

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

CSS Border Left color for the above div is #ebeaef

HTML with inline CSS

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

CSS Border Right color for the above div is #ebeaef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ebeaef

HTML with inline CSS

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

CSS Border Top color for the above div is #ebeaef

HTML with inline CSS

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

#ebeaef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ebeaef Color code Preview on White Background

This is how #ebeaef Color code will look on white background color. Color contrast ratio is 1.20

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

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(235,234,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,239,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,234,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 20 Views

Post your comment:-

By submitting comment you agree to our privacy policy.