crispedge.com

Color picker

Loading...

#23a3cd hex color - Blue - Cool color - Information

#23a3cd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #23a3cd Color code in RGB color code model is created after adding 13.73% red color, 63.92% green color and 80.39% blue color. Hex #23a3cd Color code in CMYK color (process color) code model is generated after subtraction of 83% cyan, 20% magenta, 0% yellow and 20% black.

Hex #23a3cd color code is between #22aacc web safe hex color code and #3399dd web safe hex color code. #22aacc is the nearest web safe color code. You can see here many more shades of #23a3cd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code23a3cd#23a3cd
RGB Decimal35, 163, 205rgb(35, 163, 205)
RGB Percent14%, 64%, 80%rgb(14%, 64%, 80%)
CSS RGBa35, 163, 205,1rgba(35,163,205,1)
CMYK Modelcmyk(83%,20%,0%,20%)
HSL Color Space195,71% ,47%hsl(195,71% ,47%)
HSV Color Space195°, 83%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001000111010001111001101
Octal43243315
Decimal35163205
Hex23a3cd

Different shades of #23a3cd color code.

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

Light Shade of #23a3cd
#44b9df
Dark Shade of #23a3cd
#1c80a1
Saturated Shade of #23a3cd
#17a9d9
Desaturated Shade of #23a3cd
#2f9dc1
Grey scale Shade of #23a3cd
#787878
Brighten Shade
#3cbce6
Most Readable Shade
#000000

Shades of #23a3cd color code

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

#23a3cd
#1f90b6
#1b7e9f
#176c88
#135a71
#0f485b
#0b3644
#07242d
#031216
#000000

Similar Color like #23a3cd color

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

#24a4ce
#25a5cf
#26a6d0
#27a7d1
#28a8d2
#29a9d3
#2aaad4
#2babd5
#2cacd6
#2dadd7
#2eaed8
#2fafd9
#30b0da
#31b1db
#22a2cc
#21a1cb
#20a0ca
#1f9fc9
#1e9ec8
#1d9dc7
#1c9cc6
#1b9bc5
#1a9ac4
#1999c3
#1898c2
#1797c1
#1696c0
#1595bf

Monochromatic Color with #23a3cd

#23a3cd
#2ac5f7
#061c23
#0d3e4d
#145f78
#1c81a2

Tints of #23a3cd Color

#23a3cd
#3badd2
#53b7d8
#6cc1dd
#84cbe3
#9dd6e8
#b5e0ee
#ceeaf3
#e6f4f9
#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

#23a3cd
#cd4d23

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

Split Complementary

#23a3cd
#cd234e
#cda223

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

Analogous Color

#23cdb3
#23c5cd
#23a3cd
#2381cd
#235fcd

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

#23a3cd
#cd23a3
#a3cd23

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

#23a3cd
#a223cd
#cd4d23
#4ecd23

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

#23a3cd
#cd4d23
#cda223
#234ecd

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 #23a3cd 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.

#23a3cd Color Code Preview on Black Background Color

This is how #23a3cd Color will look on black background color. Color contrast ratio is 7.19

#23a3cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #23a3cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #23a3cd

#23a3cd color code is use for CSS Background Color

Background color for the above div is #23a3cd

HTML with inline CSS

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

#23a3cd color code is use for CSS Border Color

CSS Border color for the above div is #23a3cd

HTML with inline CSS

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

CSS Border Left color for the above div is #23a3cd

HTML with inline CSS

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

CSS Border Right color for the above div is #23a3cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #23a3cd

HTML with inline CSS

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

CSS Border Top color for the above div is #23a3cd

HTML with inline CSS

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

#23a3cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#23a3cd Color code Preview on White Background

This is how #23a3cd Color code will look on white background color. Color contrast ratio is 2.92

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

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(35,163,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,77,35,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(35,163,205,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.