crispedge.com

Color picker

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

#95fada hex color - Blue - Cool color - Information

#95fada hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #95fada Color code in RGB color code model is created after adding 58.43% red color, 98.04% green color and 85.49% blue color. Hex #95fada Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 0% magenta, 13% yellow and 2% black.

Hex #95fada color code is between #99ffdd web safe hex color code and #88eecc web safe hex color code. #99ffdd is the nearest web safe color code. You can see here many more shades of #95fada color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code95fada#95fada
RGB Decimal149, 250, 218rgb(149, 250, 218)
RGB Percent58%, 98%, 85%rgb(58%, 98%, 85%)
CSS RGBa149, 250, 218,1rgba(149,250,218,1)
CMYK Modelcmyk(40%,0%,13%,2%)
HSL Color Space161,91% ,78%hsl(161,91% ,78%)
HSV Color Space161°, 40%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101011111101011011010
Octal225372332
Decimal149250218
Hex95fada

Different shades of #95fada color code.

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

Light Shade of #95fada
#c6fceb
Dark Shade of #95fada
#64f8c9
Saturated Shade of #95fada
#90ffdc
Desaturated Shade of #95fada
#9bf4d8
Grey scale Shade of #95fada
#c7c7c7
Brighten Shade
#aefff3
Most Readable Shade
#000000

Shades of #95fada color code

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

#95fada
#84dec1
#73c2a9
#63a691
#528a79
#426f60
#315348
#213730
#101b18
#000000

Similar Color like #95fada color

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

#96fbdb
#97fcdc
#98fddd
#99fede
#9affdf
#9bffe0
#9cffe1
#9dffe2
#9effe3
#9fffe4
#a0ffe5
#a1ffe6
#a2ffe7
#a3ffe8
#94f9d9
#93f8d8
#92f7d7
#91f6d6
#90f5d5
#8ff4d4
#8ef3d3
#8df2d2
#8cf1d1
#8bf0d0
#8aefcf
#89eece
#88edcd
#87eccc

Monochromatic Color with #95fada

#95fada
#162521
#305046
#497a6b
#62a590
#7ccfb5

Tints of #95fada Color

#95fada
#a0fade
#acfbe2
#b8fbe6
#c4fcea
#cffcee
#dbfdf2
#e7fdf6
#f3fefa
#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

#95fada
#fa95b5

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

Split Complementary

#95fada
#fa95e8
#faa795

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

Analogous Color

#95fab2
#95fac6
#95fada
#95faee
#95f2fa

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

#95fada
#da95fa
#fada95

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

#95fada
#a795fa
#fa95b5
#e7fa95

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

#95fada
#fa95b5
#faa795
#95e8fa

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 #95fada 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.

#95fada Color Code Preview on Black Background Color

This is how #95fada Color will look on black background color. Color contrast ratio is 16.96

#95fada in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95fada

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95fada

#95fada color code is use for CSS Background Color

Background color for the above div is #95fada

HTML with inline CSS

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

#95fada color code is use for CSS Border Color

CSS Border color for the above div is #95fada

HTML with inline CSS

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

CSS Border Left color for the above div is #95fada

HTML with inline CSS

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

CSS Border Right color for the above div is #95fada

HTML with inline CSS

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

CSS Border Bottom color for the above div is #95fada

HTML with inline CSS

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

CSS Border Top color for the above div is #95fada

HTML with inline CSS

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

#95fada hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95fada Color code Preview on White Background

This is how #95fada Color code will look on white background color. Color contrast ratio is 1.24

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

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.