crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#9eacea hex color - Blue - Cool color - Information

#9eacea hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9eacea Color code in RGB color code model is created after adding 61.96% red color, 67.45% green color and 91.76% blue color. Hex #9eacea Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 26% magenta, 0% yellow and 8% black.

Hex #9eacea color code is between #99aaee web safe hex color code and #aabbdd web safe hex color code. #99aaee is the nearest web safe color code. You can see here many more shades of #9eacea color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9eacea#9eacea
RGB Decimal158, 172, 234rgb(158, 172, 234)
RGB Percent62%, 67%, 92%rgb(62%, 67%, 92%)
CSS RGBa158, 172, 234,1rgba(158,172,234,1)
CMYK Modelcmyk(32%,26%,0%,8%)
HSL Color Space229,64% ,77%hsl(229,64% ,77%)
HSV Color Space229°, 32%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111101010110011101010
Octal236254352
Decimal158172234
Hex9eacea

Different shades of #9eacea color code.

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

Light Shade of #9eacea
#c8d0f3
Dark Shade of #9eacea
#7488e1
Saturated Shade of #9eacea
#98a8f0
Desaturated Shade of #9eacea
#a4b0e4
Grey scale Shade of #9eacea
#c4c4c4
Brighten Shade
#b7c5ff
Most Readable Shade
#000000

Shades of #9eacea color code

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

#9eacea
#8c98d0
#7a85b6
#69729c
#575f82
#464c68
#34394e
#232634
#11131a
#000000

Similar Color like #9eacea color

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

#9fadeb
#a0aeec
#a1afed
#a2b0ee
#a3b1ef
#a4b2f0
#a5b3f1
#a6b4f2
#a7b5f3
#a8b6f4
#a9b7f5
#aab8f6
#abb9f7
#acbaf8
#9dabe9
#9caae8
#9ba9e7
#9aa8e6
#99a7e5
#98a6e4
#97a5e3
#96a4e2
#95a3e1
#94a2e0
#93a1df
#92a0de
#919fdd
#909edc

Monochromatic Color with #9eacea

#9eacea
#0f1015
#2b2f40
#484e6a
#656e95
#818dbf

Tints of #9eacea Color

#9eacea
#a8b5ec
#b3beee
#bec7f1
#c9d0f3
#d3daf5
#dee3f8
#e9ecfa
#f4f5fc
#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

#9eacea
#eadc9e

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

Split Complementary

#9eacea
#eab69e
#d2ea9e

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

Analogous Color

#9ecaea
#9ebbea
#9eacea
#9f9eea
#ae9eea

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

#9eacea
#ea9eac
#acea9e

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

#9eacea
#ea9ed2
#eadc9e
#9eeab6

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

#9eacea
#eadc9e
#d2ea9e
#b69eea

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 #9eacea 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.

#9eacea Color Code Preview on Black Background Color

This is how #9eacea Color will look on black background color. Color contrast ratio is 9.54

#9eacea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9eacea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9eacea

#9eacea color code is use for CSS Background Color

Background color for the above div is #9eacea

HTML with inline CSS

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

#9eacea color code is use for CSS Border Color

CSS Border color for the above div is #9eacea

HTML with inline CSS

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

CSS Border Left color for the above div is #9eacea

HTML with inline CSS

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

CSS Border Right color for the above div is #9eacea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9eacea

HTML with inline CSS

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

CSS Border Top color for the above div is #9eacea

HTML with inline CSS

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

#9eacea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9eacea Color code Preview on White Background

This is how #9eacea Color code will look on white background color. Color contrast ratio is 2.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 #9eacea; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #9eacea; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.