crispedge.com

Color picker

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

#a5ebca hex color - Green - Cool color - Information

#a5ebca hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #a5ebca Color code in RGB color code model is created after adding 64.71% red color, 92.16% green color and 79.22% blue color. Hex #a5ebca Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 0% magenta, 14% yellow and 8% black.

Hex #a5ebca color code is between #aaeecc web safe hex color code and #99ddbb web safe hex color code. #aaeecc is the nearest web safe color code. You can see here many more shades of #a5ebca color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea5ebca#a5ebca
RGB Decimal165, 235, 202rgb(165, 235, 202)
RGB Percent65%, 92%, 79%rgb(65%, 92%, 79%)
CSS RGBa165, 235, 202,1rgba(165,235,202,1)
CMYK Modelcmyk(30%,0%,14%,8%)
HSL Color Space152,64% ,78%hsl(152,64% ,78%)
HSV Color Space152°, 30%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001011110101111001010
Octal245353312
Decimal165235202
Hexa5ebca

Different shades of #a5ebca color code.

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

Light Shade of #a5ebca
#cff4e3
Dark Shade of #a5ebca
#7be2b1
Saturated Shade of #a5ebca
#9ff0ca
Desaturated Shade of #a5ebca
#aae5ca
Grey scale Shade of #a5ebca
#c8c8c8
Brighten Shade
#beffe3
Most Readable Shade
#000000

Shades of #a5ebca color code

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

#a5ebca
#92d0b3
#80b69d
#6e9c86
#5b8270
#496859
#374e43
#24342c
#121a16
#000000

Similar Color like #a5ebca color

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

#a6eccb
#a7edcc
#a8eecd
#a9efce
#aaf0cf
#abf1d0
#acf2d1
#adf3d2
#aef4d3
#aff5d4
#b0f6d5
#b1f7d6
#b2f8d7
#b3f9d8
#a4eac9
#a3e9c8
#a2e8c7
#a1e7c6
#a0e6c5
#9fe5c4
#9ee4c3
#9de3c2
#9ce2c1
#9be1c0
#9ae0bf
#99dfbe
#98debd
#97ddbc

Monochromatic Color with #a5ebca

#a5ebca
#101613
#2e4138
#4b6b5c
#699681
#87c0a5

Tints of #a5ebca Color

#a5ebca
#afedcf
#b9efd5
#c3f1db
#cdf3e1
#d7f6e7
#e1f8ed
#ebfaf3
#f5fcf9
#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

#a5ebca
#eba5c6

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

Split Complementary

#a5ebca
#eba5e9
#eba7a5

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

Analogous Color

#a5ebae
#a5ebbc
#a5ebca
#a5ebd8
#a5ebe6

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

#a5ebca
#caa5eb
#ebcaa5

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

#a5ebca
#a7a5eb
#eba5c6
#e9eba5

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

#a5ebca
#eba5c6
#eba7a5
#a5e9eb

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

#a5ebca Color Code Preview on Black Background Color

This is how #a5ebca Color will look on black background color. Color contrast ratio is 15.34

#a5ebca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5ebca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5ebca

#a5ebca color code is use for CSS Background Color

Background color for the above div is #a5ebca

HTML with inline CSS

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

#a5ebca color code is use for CSS Border Color

CSS Border color for the above div is #a5ebca

HTML with inline CSS

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

CSS Border Left color for the above div is #a5ebca

HTML with inline CSS

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

CSS Border Right color for the above div is #a5ebca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a5ebca

HTML with inline CSS

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

CSS Border Top color for the above div is #a5ebca

HTML with inline CSS

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

#a5ebca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a5ebca Color code Preview on White Background

This is how #a5ebca Color code will look on white background color. Color contrast ratio is 1.37

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

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.