crispedge.com

Color picker

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

#47dbd9 hex color - Blue - Cool color - Information

#47dbd9 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #47dbd9 Color code in RGB color code model is created after adding 27.84% red color, 85.88% green color and 85.1% blue color. Hex #47dbd9 Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 0% magenta, 1% yellow and 14% black.

Hex #47dbd9 color code is between #44dddd web safe hex color code and #55cccc web safe hex color code. #44dddd is the nearest web safe color code. You can see here many more shades of #47dbd9 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code47dbd9#47dbd9
RGB Decimal71, 219, 217rgb(71, 219, 217)
RGB Percent28%, 86%, 85%rgb(28%, 86%, 85%)
CSS RGBa71, 219, 217,1rgba(71,219,217,1)
CMYK Modelcmyk(68%,0%,1%,14%)
HSL Color Space179,67% ,57%hsl(179,67% ,57%)
HSV Color Space179°, 68%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001111101101111011001
Octal107333331
Decimal71219217
Hex47dbd9

Different shades of #47dbd9 color code.

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

Light Shade of #47dbd9
#72e3e2
Dark Shade of #47dbd9
#27c8c6
Saturated Shade of #47dbd9
#3ce6e4
Desaturated Shade of #47dbd9
#52d0ce
Grey scale Shade of #47dbd9
#919191
Brighten Shade
#60f4f2
Most Readable Shade
#000000

Shades of #47dbd9 color code

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

#47dbd9
#3fc2c0
#37aaa8
#2f9290
#277978
#1f6160
#174948
#0f3030
#071818
#000000

Similar Color like #47dbd9 color

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

#48dcda
#49dddb
#4adedc
#4bdfdd
#4ce0de
#4de1df
#4ee2e0
#4fe3e1
#50e4e2
#51e5e3
#52e6e4
#53e7e5
#54e8e6
#55e9e7
#46dad8
#45d9d7
#44d8d6
#43d7d5
#42d6d4
#41d5d3
#40d4d2
#3fd3d1
#3ed2d0
#3dd1cf
#3cd0ce
#3bcfcd
#3acecc
#39cdcb

Monochromatic Color with #47dbd9

#47dbd9
#020606
#103131
#1e5b5b
#2b8685
#39b0af

Tints of #47dbd9 Color

#47dbd9
#5bdfdd
#6fe3e1
#84e7e5
#98ebe9
#adefee
#c1f3f2
#d6f7f6
#eafbfa
#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

#47dbd9
#db4749

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

Split Complementary

#47dbd9
#db4793
#db8f47

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

Analogous Color

#47db9e
#47dbbb
#47dbd9
#47bfdb
#47a2db

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

#47dbd9
#d947db
#dbd947

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

#47dbd9
#8f47db
#db4749
#93db47

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

#47dbd9
#db4749
#db8f47
#4793db

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 #47dbd9 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.

#47dbd9 Color Code Preview on Black Background Color

This is how #47dbd9 Color will look on black background color. Color contrast ratio is 12.40

#47dbd9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #47dbd9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #47dbd9

#47dbd9 color code is use for CSS Background Color

Background color for the above div is #47dbd9

HTML with inline CSS

<div style="background-color:#47dbd9;"></div>

#47dbd9 color code is use for CSS Border Color

CSS Border color for the above div is #47dbd9

HTML with inline CSS

<div style="border:5px solid #47dbd9;"></div>

CSS Border Left color for the above div is #47dbd9

HTML with inline CSS

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

CSS Border Right color for the above div is #47dbd9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #47dbd9

HTML with inline CSS

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

CSS Border Top color for the above div is #47dbd9

HTML with inline CSS

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

#47dbd9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#47dbd9 Color code Preview on White Background

This is how #47dbd9 Color code will look on white background color. Color contrast ratio is 1.69

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.