crispedge.com

Color picker

Loading...

#21baad hex color - Green - Cool color - Information

#21baad hex color - Green - Cool color

Color Hue/Base color: Green

Hex #21baad Color code in RGB color code model is created after adding 12.94% red color, 72.94% green color and 67.84% blue color. Hex #21baad Color code in CMYK color (process color) code model is generated after subtraction of 82% cyan, 0% magenta, 7% yellow and 27% black.

Hex #21baad color code is between #22bbaa web safe hex color code and #11aabb web safe hex color code. #22bbaa is the nearest web safe color code. You can see here many more shades of #21baad color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code21baad#21baad
RGB Decimal33, 186, 173rgb(33, 186, 173)
RGB Percent13%, 73%, 68%rgb(13%, 73%, 68%)
CSS RGBa33, 186, 173,1rgba(33,186,173,1)
CMYK Modelcmyk(82%,0%,7%,27%)
HSL Color Space175,70% ,43%hsl(175,70% ,43%)
HSV Color Space175°, 82%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001000011011101010101101
Octal41272255
Decimal33186173
Hex21baad

Different shades of #21baad color code.

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

Light Shade of #21baad
#33dbcd
Dark Shade of #21baad
#198f85
Saturated Shade of #21baad
#16c5b6
Desaturated Shade of #21baad
#2cafa4
Grey scale Shade of #21baad
#6d6d6d
Brighten Shade
#3ad3c6
Most Readable Shade
#000000

Shades of #21baad color code

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

#21baad
#1da599
#199086
#167c73
#126760
#0e524c
#0b3e39
#072926
#031413
#000000

Similar Color like #21baad color

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

#22bbae
#23bcaf
#24bdb0
#25beb1
#26bfb2
#27c0b3
#28c1b4
#29c2b5
#2ac3b6
#2bc4b7
#2cc5b8
#2dc6b9
#2ec7ba
#2fc8bb
#20b9ac
#1fb8ab
#1eb7aa
#1db6a9
#1cb5a8
#1bb4a7
#1ab3a6
#19b2a5
#18b1a4
#17b0a3
#16afa2
#15aea1
#14ada0
#13ac9f

Monochromatic Color with #21baad

#21baad
#29e4d5
#03100f
#0a3a36
#12655e
#198f85

Tints of #21baad Color

#21baad
#39c1b6
#52c9bf
#6bd1c8
#83d8d1
#9ce0da
#b5e8e3
#cdefec
#e6f7f5
#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

#21baad
#ba212e

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

Split Complementary

#21baad
#ba217b
#ba6021

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

Analogous Color

#21ba70
#21ba8e
#21baad
#21a8ba
#218aba

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

#21baad
#ad21ba
#baad21

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

#21baad
#6021ba
#ba212e
#7aba21

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

#21baad
#ba212e
#ba6021
#217bba

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 #21baad 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.

#21baad Color Code Preview on Black Background Color

This is how #21baad Color will look on black background color. Color contrast ratio is 8.69

#21baad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #21baad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #21baad

#21baad color code is use for CSS Background Color

Background color for the above div is #21baad

HTML with inline CSS

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

#21baad color code is use for CSS Border Color

CSS Border color for the above div is #21baad

HTML with inline CSS

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

CSS Border Left color for the above div is #21baad

HTML with inline CSS

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

CSS Border Right color for the above div is #21baad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #21baad

HTML with inline CSS

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

CSS Border Top color for the above div is #21baad

HTML with inline CSS

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

#21baad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#21baad Color code Preview on White Background

This is how #21baad Color code will look on white background color. Color contrast ratio is 2.42

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.