crispedge.com

Color picker

Loading...

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

#95caca hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #95caca Color code in RGB color code model is created after adding 58.43% red color, 79.22% green color and 79.22% blue color. Hex #95caca Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 0% magenta, 0% yellow and 21% black.

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

0 Likes 0 Comments | 9 Views

RGB Chart

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

Color Table

Hex Color Code95caca#95caca
RGB Decimal149, 202, 202rgb(149, 202, 202)
RGB Percent58%, 79%, 79%rgb(58%, 79%, 79%)
CSS RGBa149, 202, 202,1rgba(149,202,202,1)
CMYK Modelcmyk(26%,0%,0%,21%)
HSL Color Space180,33% ,69%hsl(180,33% ,69%)
HSV Color Space180°, 26%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101011100101011001010
Octal225312312
Decimal149202202
Hex95caca

Different shades of #95caca color code.

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

Light Shade of #95caca
#b7dbdb
Dark Shade of #95caca
#73b9b9
Saturated Shade of #95caca
#8dd2d2
Desaturated Shade of #95caca
#9dc2c2
Grey scale Shade of #95caca
#afafaf
Brighten Shade
#aee3e3
Most Readable Shade
#000000

Shades of #95caca color code

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

#95caca
#84b3b3
#739d9d
#638686
#527070
#425959
#314343
#212c2c
#101616
#000000

Similar Color like #95caca color

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

#96cbcb
#97cccc
#98cdcd
#99cece
#9acfcf
#9bd0d0
#9cd1d1
#9dd2d2
#9ed3d3
#9fd4d4
#a0d5d5
#a1d6d6
#a2d7d7
#a3d8d8
#94c9c9
#93c8c8
#92c7c7
#91c6c6
#90c5c5
#8fc4c4
#8ec3c3
#8dc2c2
#8cc1c1
#8bc0c0
#8abfbf
#89bebe
#88bdbd
#87bcbc

Monochromatic Color with #95caca

#95caca
#b4f4f4
#182020
#374a4a
#567575
#769f9f

Tints of #95caca Color

#95caca
#a0cfcf
#acd5d5
#b8dbdb
#c4e1e1
#cfe7e7
#dbeded
#e7f3f3
#f3f9f9
#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

#95caca
#ca9595

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

Split Complementary

#95caca
#ca95b0
#cab095

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

Analogous Color

#95cab5
#95cabf
#95caca
#95bfca
#95b5ca

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

#95caca
#ca95ca
#caca95

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

#95caca
#af95ca
#ca9595
#afca95

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

#95caca
#ca9595
#cab095
#95b0ca

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

#95caca Color Code Preview on Black Background Color

This is how #95caca Color will look on black background color. Color contrast ratio is 11.58

#95caca in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#95caca color code is use for CSS Background Color

Background color for the above div is #95caca

HTML with inline CSS

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

#95caca color code is use for CSS Border Color

CSS Border color for the above div is #95caca

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#95caca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95caca Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.