crispedge.com

Color picker

Loading...

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

#35cabf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #35cabf Color code in RGB color code model is created after adding 20.78% red color, 79.22% green color and 74.9% blue color. Hex #35cabf Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 0% magenta, 5% yellow and 21% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code35cabf#35cabf
RGB Decimal53, 202, 191rgb(53, 202, 191)
RGB Percent21%, 79%, 75%rgb(21%, 79%, 75%)
CSS RGBa53, 202, 191,1rgba(53,202,191,1)
CMYK Modelcmyk(74%,0%,5%,21%)
HSL Color Space176,58% ,50%hsl(176,58% ,50%)
HSV Color Space176°, 74%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101011100101010111111
Octal65312277
Decimal53202191
Hex35cabf

Different shades of #35cabf color code.

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

Light Shade of #35cabf
#5dd5cc
Dark Shade of #35cabf
#2aa299
Saturated Shade of #35cabf
#28d7ca
Desaturated Shade of #35cabf
#42bdb4
Grey scale Shade of #35cabf
#808080
Brighten Shade
#4ee3d8
Most Readable Shade
#000000

Shades of #35cabf color code

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

#35cabf
#2fb3a9
#299d94
#23867f
#1d706a
#175954
#11433f
#0b2c2a
#051615
#000000

Similar Color like #35cabf color

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

#36cbc0
#37ccc1
#38cdc2
#39cec3
#3acfc4
#3bd0c5
#3cd1c6
#3dd2c7
#3ed3c8
#3fd4c9
#40d5ca
#41d6cb
#42d7cc
#43d8cd
#34c9be
#33c8bd
#32c7bc
#31c6bb
#30c5ba
#2fc4b9
#2ec3b8
#2dc2b7
#2cc1b6
#2bc0b5
#2abfb4
#29beb3
#28bdb2
#27bcb1

Monochromatic Color with #35cabf

#35cabf
#40f4e7
#08201e
#144a46
#1f756f
#2a9f97

Tints of #35cabf Color

#35cabf
#4bcfc6
#61d5cd
#78dbd4
#8ee1db
#a5e7e2
#bbede9
#d2f3f0
#e8f9f7
#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

#35cabf
#ca3540

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

Split Complementary

#35cabf
#ca358b
#ca7535

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

Analogous Color

#35ca83
#35caa1
#35cabf
#35b7ca
#3599ca

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

#35cabf
#bf35ca
#cabf35

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

#35cabf
#7535ca
#ca3540
#8aca35

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

#35cabf
#ca3540
#ca7535
#358bca

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

#35cabf Color Code Preview on Black Background Color

This is how #35cabf Color will look on black background color. Color contrast ratio is 10.35

#35cabf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#35cabf color code is use for CSS Background Color

Background color for the above div is #35cabf

HTML with inline CSS

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

#35cabf color code is use for CSS Border Color

CSS Border color for the above div is #35cabf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#35cabf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35cabf Color code Preview on White Background

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

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

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,202,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,53,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,202,191,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.