crispedge.com

Color picker

Loading...

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

#35bdbd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #35bdbd Color code in RGB color code model is created after adding 20.78% red color, 74.12% green color and 74.12% blue color. Hex #35bdbd Color code in CMYK color (process color) code model is generated after subtraction of 72% cyan, 0% magenta, 0% yellow and 26% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code35bdbd#35bdbd
RGB Decimal53, 189, 189rgb(53, 189, 189)
RGB Percent21%, 74%, 74%rgb(21%, 74%, 74%)
CSS RGBa53, 189, 189,1rgba(53,189,189,1)
CMYK Modelcmyk(72%,0%,0%,26%)
HSL Color Space180,56% ,47%hsl(180,56% ,47%)
HSV Color Space180°, 72%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101011011110110111101
Octal65275275
Decimal53189189
Hex35bdbd

Different shades of #35bdbd color code.

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

Light Shade of #35bdbd
#56cfcf
Dark Shade of #35bdbd
#2a9595
Saturated Shade of #35bdbd
#29c9c9
Desaturated Shade of #35bdbd
#41b1b1
Grey scale Shade of #35bdbd
#797979
Brighten Shade
#4ed6d6
Most Readable Shade
#000000

Shades of #35bdbd color code

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

#35bdbd
#2fa8a8
#299393
#237e7e
#1d6969
#175454
#113f3f
#0b2a2a
#051515
#000000

Similar Color like #35bdbd color

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

#36bebe
#37bfbf
#38c0c0
#39c1c1
#3ac2c2
#3bc3c3
#3cc4c4
#3dc5c5
#3ec6c6
#3fc7c7
#40c8c8
#41c9c9
#42caca
#43cbcb
#34bcbc
#33bbbb
#32baba
#31b9b9
#30b8b8
#2fb7b7
#2eb6b6
#2db5b5
#2cb4b4
#2bb3b3
#2ab2b2
#29b1b1
#28b0b0
#27afaf

Monochromatic Color with #35bdbd

#35bdbd
#41e7e7
#051313
#113d3d
#1d6868
#299292

Tints of #35bdbd Color

#35bdbd
#4bc4c4
#61cbcb
#78d3d3
#8edada
#a5e1e1
#bbe9e9
#d2f0f0
#e8f7f7
#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

#35bdbd
#bd3535

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

Split Complementary

#35bdbd
#bd3579
#bd7935

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

Analogous Color

#35bd87
#35bda2
#35bdbd
#35a2bd
#3587bd

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

#35bdbd
#bd35bd
#bdbd35

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

#35bdbd
#7935bd
#bd3535
#79bd35

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

#35bdbd
#bd3535
#bd7935
#3579bd

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

#35bdbd Color Code Preview on Black Background Color

This is how #35bdbd Color will look on black background color. Color contrast ratio is 9.17

#35bdbd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#35bdbd color code is use for CSS Background Color

Background color for the above div is #35bdbd

HTML with inline CSS

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

#35bdbd color code is use for CSS Border Color

CSS Border color for the above div is #35bdbd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#35bdbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35bdbd Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.