crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#33ddbb hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #33ddbb Color code in RGB color code model is created after adding 20% red color, 86.67% green color and 73.33% blue color. Hex #33ddbb Color code in CMYK color (process color) code model is generated after subtraction of 77% cyan, 0% magenta, 15% yellow and 13% black.

Hex #33ddbb color code is a web safe color. Next web safe color code is #22ccaa and previous web safe color code is #44eecc. You can see here many more shades of #33ddbb color code.

0 Likes 0 Comments | 40 Views

Color Table

Hex Color Code33ddbb#33ddbb
RGB Decimal51, 221, 187rgb(51, 221, 187)
RGB Percent20%, 87%, 73%rgb(20%, 87%, 73%)
CSS RGBa51, 221, 187,1rgba(51,221,187,1)
CMYK Modelcmyk(77%,0%,15%,13%)
HSL Color Space168,71% ,53%hsl(168,71% ,53%)
HSV Color Space168°, 77%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100111101110110111011
Octal63335273
Decimal51221187
Hex33ddbb

Different shades of #33ddbb color code.

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

Light Shade of #33ddbb
#5fe4ca
Dark Shade of #33ddbb
#20bd9e
Saturated Shade of #33ddbb
#27e9c2
Desaturated Shade of #33ddbb
#3fd1b4
Grey scale Shade of #33ddbb
#888888
Brighten Shade
#4cf6d4
Most Readable Shade
#000000

Shades of #33ddbb color code

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

#33ddbb
#2dc4a6
#27ab91
#22937c
#1c7a67
#166253
#11493e
#0b3129
#051814
#000000

Similar Color like #33ddbb color

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

#34debc
#35dfbd
#36e0be
#37e1bf
#38e2c0
#39e3c1
#3ae4c2
#3be5c3
#3ce6c4
#3de7c5
#3ee8c6
#3fe9c7
#40eac8
#41ebc9
#32dcba
#31dbb9
#30dab8
#2fd9b7
#2ed8b6
#2dd7b5
#2cd6b4
#2bd5b3
#2ad4b2
#29d3b1
#28d2b0
#27d1af
#26d0ae
#25cfad

Monochromatic Color with #33ddbb

#33ddbb
#020807
#0c332b
#165d4f
#1f8873
#29b397

Tints of #33ddbb Color

#33ddbb
#49e0c2
#60e4ca
#77e8d1
#8decd9
#a4efe0
#bbf3e8
#d1f7ef
#e8fbf7
#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

#33ddbb
#dd3355

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

Split Complementary

#33ddbb
#dd33aa
#dd6633

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

Analogous Color

#33dd77
#33dd99
#33ddbb
#33dddd
#33bbdd

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

#33ddbb
#bb33dd
#ddbb33

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

#33ddbb
#6633dd
#dd3355
#aadd33

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

#33ddbb
#dd3355
#dd6633
#33aadd

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

#33ddbb Color Code Preview on Black Background Color

This is how #33ddbb Color will look on black background color. Color contrast ratio is 12.20

#33ddbb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#33ddbb color code is use for CSS Background Color

Background color for the above div is #33ddbb

HTML with inline CSS

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

#33ddbb color code is use for CSS Border Color

CSS Border color for the above div is #33ddbb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#33ddbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#33ddbb Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 40 Views

Post your comment:-

By submitting comment you agree to our privacy policy.