crispedge.com

Color picker

Loading...

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

#95d3cc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #95d3cc Color code in RGB color code model is created after adding 58.43% red color, 82.75% green color and 80% blue color. Hex #95d3cc Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 0% magenta, 3% yellow and 17% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code95d3cc#95d3cc
RGB Decimal149, 211, 204rgb(149, 211, 204)
RGB Percent58%, 83%, 80%rgb(58%, 83%, 80%)
CSS RGBa149, 211, 204,1rgba(149,211,204,1)
CMYK Modelcmyk(29%,0%,3%,17%)
HSL Color Space173,41% ,71%hsl(173,41% ,71%)
HSV Color Space173°, 29%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101011101001111001100
Octal225323314
Decimal149211204
Hex95d3cc

Different shades of #95d3cc color code.

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

Light Shade of #95d3cc
#b9e2dd
Dark Shade of #95d3cc
#71c4bb
Saturated Shade of #95d3cc
#8ddad2
Desaturated Shade of #95d3cc
#9ccbc6
Grey scale Shade of #95d3cc
#b4b4b4
Brighten Shade
#aeece5
Most Readable Shade
#000000

Shades of #95d3cc color code

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

#95d3cc
#84bbb5
#73a49e
#638c88
#527571
#425d5a
#314644
#212e2d
#101716
#000000

Similar Color like #95d3cc color

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

#96d4cd
#97d5ce
#98d6cf
#99d7d0
#9ad8d1
#9bd9d2
#9cdad3
#9ddbd4
#9edcd5
#9fddd6
#a0ded7
#a1dfd8
#a2e0d9
#a3e1da
#94d2cb
#93d1ca
#92d0c9
#91cfc8
#90cec7
#8fcdc6
#8eccc5
#8dcbc4
#8ccac3
#8bc9c2
#8ac8c1
#89c7c0
#88c6bf
#87c5be

Monochromatic Color with #95d3cc

#95d3cc
#b3fdf5
#1d2928
#3b5351
#597e7a
#77a8a3

Tints of #95d3cc Color

#95d3cc
#a0d7d1
#acdcd7
#b8e1dd
#c4e6e2
#cfebe8
#dbf0ee
#e7f5f3
#f3faf9
#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

#95d3cc
#d3959c

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

Split Complementary

#95d3cc
#d395bb
#d3ad95

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

Analogous Color

#95d3b3
#95d3c0
#95d3cc
#95ced3
#95c1d3

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

#95d3cc
#cc95d3
#d3cc95

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

#95d3cc
#ad95d3
#d3959c
#bbd395

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

#95d3cc
#d3959c
#d3ad95
#95bbd3

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

#95d3cc Color Code Preview on Black Background Color

This is how #95d3cc Color will look on black background color. Color contrast ratio is 12.47

#95d3cc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#95d3cc color code is use for CSS Background Color

Background color for the above div is #95d3cc

HTML with inline CSS

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

#95d3cc color code is use for CSS Border Color

CSS Border color for the above div is #95d3cc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#95d3cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95d3cc Color code Preview on White Background

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

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

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(149,211,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(211,149,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(149,211,204,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.