crispedge.com

Color picker

Loading...

#35dfb4 hex color - Blue - Cool color - Information

#35dfb4 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #35dfb4 Color code in RGB color code model is created after adding 20.78% red color, 87.45% green color and 70.59% blue color. Hex #35dfb4 Color code in CMYK color (process color) code model is generated after subtraction of 76% cyan, 0% magenta, 19% yellow and 13% black.

Hex #35dfb4 color code is between #33ddbb web safe hex color code and #44eeaa web safe hex color code. #33ddbb is the nearest web safe color code. You can see here many more shades of #35dfb4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code35dfb4#35dfb4
RGB Decimal53, 223, 180rgb(53, 223, 180)
RGB Percent21%, 87%, 71%rgb(21%, 87%, 71%)
CSS RGBa53, 223, 180,1rgba(53,223,180,1)
CMYK Modelcmyk(76%,0%,19%,13%)
HSL Color Space165,73% ,54%hsl(165,73% ,54%)
HSV Color Space165°, 76%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101011101111110110100
Octal65337264
Decimal53223180
Hex35dfb4

Different shades of #35dfb4 color code.

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

Light Shade of #35dfb4
#61e6c4
Dark Shade of #35dfb4
#1fc299
Saturated Shade of #35dfb4
#29ebba
Desaturated Shade of #35dfb4
#41d3ae
Grey scale Shade of #35dfb4
#8a8a8a
Brighten Shade
#4ef8cd
Most Readable Shade
#000000

Shades of #35dfb4 color code

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

#35dfb4
#2fc6a0
#29ad8c
#239478
#1d7b64
#176350
#114a3c
#0b3128
#051814
#000000

Similar Color like #35dfb4 color

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

#36e0b5
#37e1b6
#38e2b7
#39e3b8
#3ae4b9
#3be5ba
#3ce6bb
#3de7bc
#3ee8bd
#3fe9be
#40eabf
#41ebc0
#42ecc1
#43edc2
#34deb3
#33ddb2
#32dcb1
#31dbb0
#30daaf
#2fd9ae
#2ed8ad
#2dd7ac
#2cd6ab
#2bd5aa
#2ad4a9
#29d3a8
#28d2a7
#27d1a6

Monochromatic Color with #35dfb4

#35dfb4
#020a08
#0d352b
#175f4d
#218a6f
#2bb492

Tints of #35dfb4 Color

#35dfb4
#4be2bc
#61e6c4
#78e9cd
#8eedd5
#a5f0dd
#bbf4e6
#d2f7ee
#e8fbf6
#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

#35dfb4
#df3560

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

Split Complementary

#35dfb4
#df35b5
#df5f35

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

Analogous Color

#35df70
#35df92
#35dfb4
#35dfd6
#35c6df

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

#35dfb4
#b435df
#dfb435

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

#35dfb4
#5f35df
#df3560
#b5df35

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

#35dfb4
#df3560
#df5f35
#35b5df

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 #35dfb4 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.

#35dfb4 Color Code Preview on Black Background Color

This is how #35dfb4 Color will look on black background color. Color contrast ratio is 12.37

#35dfb4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #35dfb4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #35dfb4

#35dfb4 color code is use for CSS Background Color

Background color for the above div is #35dfb4

HTML with inline CSS

<div style="background-color:#35dfb4;"></div>

#35dfb4 color code is use for CSS Border Color

CSS Border color for the above div is #35dfb4

HTML with inline CSS

<div style="border:5px solid #35dfb4;"></div>

CSS Border Left color for the above div is #35dfb4

HTML with inline CSS

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

CSS Border Right color for the above div is #35dfb4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #35dfb4

HTML with inline CSS

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

CSS Border Top color for the above div is #35dfb4

HTML with inline CSS

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

#35dfb4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35dfb4 Color code Preview on White Background

This is how #35dfb4 Color code will look on white background color. Color contrast ratio is 1.70

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

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(53,223,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,53,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,223,180,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.