crispedge.com

Color picker

Loading...

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

#35aee6 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #35aee6 Color code in RGB color code model is created after adding 20.78% red color, 68.24% green color and 90.2% blue color. Hex #35aee6 Color code in CMYK color (process color) code model is generated after subtraction of 77% cyan, 24% magenta, 0% yellow and 10% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code35aee6#35aee6
RGB Decimal53, 174, 230rgb(53, 174, 230)
RGB Percent21%, 68%, 90%rgb(21%, 68%, 90%)
CSS RGBa53, 174, 230,1rgba(53,174,230,1)
CMYK Modelcmyk(77%,24%,0%,10%)
HSL Color Space199,78% ,55%hsl(199,78% ,55%)
HSV Color Space199°, 77%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101011010111011100110
Octal65256346
Decimal53174230
Hex35aee6

Different shades of #35aee6 color code.

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

Light Shade of #35aee6
#62c0ec
Dark Shade of #35aee6
#1a95ce
Saturated Shade of #35aee6
#2ab2f1
Desaturated Shade of #35aee6
#40aadb
Grey scale Shade of #35aee6
#8d8d8d
Brighten Shade
#4ec7ff
Most Readable Shade
#000000

Shades of #35aee6 color code

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

#35aee6
#2f9acc
#2987b2
#237499
#1d607f
#174d66
#113a4c
#0b2633
#051319
#000000

Similar Color like #35aee6 color

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

#36afe7
#37b0e8
#38b1e9
#39b2ea
#3ab3eb
#3bb4ec
#3cb5ed
#3db6ee
#3eb7ef
#3fb8f0
#40b9f1
#41baf2
#42bbf3
#43bcf4
#34ade5
#33ace4
#32abe3
#31aae2
#30a9e1
#2fa8e0
#2ea7df
#2da6de
#2ca5dd
#2ba4dc
#2aa3db
#29a2da
#28a1d9
#27a0d8

Monochromatic Color with #35aee6

#35aee6
#040d11
#0e2d3c
#184e66
#216e91
#2b8ebb

Tints of #35aee6 Color

#35aee6
#4bb7e8
#61c0eb
#78c9ee
#8ed2f1
#a5dbf3
#bbe4f6
#d2edf9
#e8f6fc
#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

#35aee6
#e66d35

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

Split Complementary

#35aee6
#e63555
#e6c635

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

Analogous Color

#35e6d7
#35d1e6
#35aee6
#358be6
#3567e6

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

#35aee6
#e635ae
#aee635

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

#35aee6
#c535e6
#e66d35
#56e635

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

#35aee6
#e66d35
#e6c635
#3555e6

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

#35aee6 Color Code Preview on Black Background Color

This is how #35aee6 Color will look on black background color. Color contrast ratio is 8.35

#35aee6 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#35aee6 color code is use for CSS Background Color

Background color for the above div is #35aee6

HTML with inline CSS

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

#35aee6 color code is use for CSS Border Color

CSS Border color for the above div is #35aee6

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#35aee6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35aee6 Color code Preview on White Background

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

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

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,174,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(230,109,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,174,230,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.