crispedge.com

Color picker

Loading...

#33ddee hex color - Blue - Cool color - Information

#33ddee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #33ddee Color code in RGB color code model is created after adding 20% red color, 86.67% green color and 93.33% blue color. Hex #33ddee Color code in CMYK color (process color) code model is generated after subtraction of 79% cyan, 7% magenta, 0% yellow and 7% black.

Hex #33ddee color code is a web safe color. Next web safe color code is #22ccdd and previous web safe color code is #44eeff. You can see here many more shades of #33ddee color code.

0 Likes 0 Comments | 39 Views

RGB Chart

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

Color Table

Hex Color Code33ddee#33ddee
RGB Decimal51, 221, 238rgb(51, 221, 238)
RGB Percent20%, 87%, 93%rgb(20%, 87%, 93%)
CSS RGBa51, 221, 238,1rgba(51,221,238,1)
CMYK Modelcmyk(79%,7%,0%,7%)
HSL Color Space185,85% ,57%hsl(185,85% ,57%)
HSV Color Space185°, 79%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100111101110111101110
Octal63335356
Decimal51221238
Hex33ddee

Different shades of #33ddee color code.

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

Light Shade of #33ddee
#62e5f2
Dark Shade of #33ddee
#12c9dc
Saturated Shade of #33ddee
#28e6f9
Desaturated Shade of #33ddee
#3ed4e3
Grey scale Shade of #33ddee
#909090
Brighten Shade
#4cf6ff
Most Readable Shade
#000000

Shades of #33ddee color code

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

#33ddee
#2dc4d3
#27abb9
#22939e
#1c7a84
#166269
#11494f
#0b3134
#05181a
#000000

Similar Color like #33ddee color

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

#34deef
#35dff0
#36e0f1
#37e1f2
#38e2f3
#39e3f4
#3ae4f5
#3be5f6
#3ce6f7
#3de7f8
#3ee8f9
#3fe9fa
#40eafb
#41ebfc
#32dced
#31dbec
#30daeb
#2fd9ea
#2ed8e9
#2dd7e8
#2cd6e7
#2bd5e6
#2ad4e5
#29d3e4
#28d2e3
#27d1e2
#26d0e1
#25cfe0

Monochromatic Color with #33ddee

#33ddee
#05181a
#0f3f44
#18676e
#218e99
#2ab6c3

Tints of #33ddee Color

#33ddee
#49e0ef
#60e4f1
#77e8f3
#8decf5
#a4eff7
#bbf3f9
#d1f7fb
#e8fbfd
#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

#33ddee
#ee4433

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

Split Complementary

#33ddee
#ee3380
#eea133

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

Analogous Color

#33eeb4
#33eeda
#33ddee
#33b8ee
#3392ee

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

#33ddee
#ee33dd
#ddee33

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

#33ddee
#a133ee
#ee4433
#7fee33

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

#33ddee
#ee4433
#eea133
#3380ee

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 #33ddee 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.

#33ddee Color Code Preview on Black Background Color

This is how #33ddee Color will look on black background color. Color contrast ratio is 12.72

#33ddee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #33ddee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #33ddee

#33ddee color code is use for CSS Background Color

Background color for the above div is #33ddee

HTML with inline CSS

<div style="background-color:#33ddee;"></div>

#33ddee color code is use for CSS Border Color

CSS Border color for the above div is #33ddee

HTML with inline CSS

<div style="border:5px solid #33ddee;"></div>

CSS Border Left color for the above div is #33ddee

HTML with inline CSS

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

CSS Border Right color for the above div is #33ddee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #33ddee

HTML with inline CSS

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

CSS Border Top color for the above div is #33ddee

HTML with inline CSS

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

#33ddee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#33ddee Color code Preview on White Background

This is how #33ddee Color code will look on white background color. Color contrast ratio is 1.65

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

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

0 Likes 0 Comments | 39 Views

Post your comment:-

By submitting comment you agree to our privacy policy.