crispedge.com

Color picker

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

#13ddde hex color - Blue - Cool color - Information

#13ddde hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #13ddde Color code in RGB color code model is created after adding 7.45% red color, 86.67% green color and 87.06% blue color. Hex #13ddde Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 0% magenta, 0% yellow and 13% black.

Hex #13ddde color code is between #11ccdd web safe hex color code and #22eeee web safe hex color code. #11ccdd is the nearest web safe color code. You can see here many more shades of #13ddde color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code13ddde#13ddde
RGB Decimal19, 221, 222rgb(19, 221, 222)
RGB Percent7%, 87%, 87%rgb(7%, 87%, 87%)
CSS RGBa19, 221, 222,1rgba(19,221,222,1)
CMYK Modelcmyk(91%,0%,0%,13%)
HSL Color Space180,84% ,47%hsl(180,84% ,47%)
HSV Color Space180°, 91%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100111101110111011110
Octal23335336
Decimal19221222
Hex13ddde

Different shades of #13ddde color code.

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

Light Shade of #13ddde
#36edee
Dark Shade of #13ddde
#0faeaf
Saturated Shade of #13ddde
#07e9ea
Desaturated Shade of #13ddde
#1fd1d2
Grey scale Shade of #13ddde
#787878
Brighten Shade
#2cf6f7
Most Readable Shade
#000000

Shades of #13ddde color code

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

#13ddde
#10c4c5
#0eabac
#0c9394
#0a7a7b
#086262
#06494a
#043131
#021818
#000000

Similar Color like #13ddde color

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

#14dedf
#15dfe0
#16e0e1
#17e1e2
#18e2e3
#19e3e4
#1ae4e5
#1be5e6
#1ce6e7
#1de7e8
#1ee8e9
#1fe9ea
#20eaeb
#21ebec
#12dcdd
#11dbdc
#10dadb
#0fd9da
#0ed8d9
#0dd7d8
#0cd6d7
#0bd5d6
#0ad4d5
#09d3d4
#08d2d3
#07d1d2
#06d0d1
#05cfd0

Monochromatic Color with #13ddde

#13ddde
#010909
#043434
#085e5e
#0c8889
#0fb3b3

Tints of #13ddde Color

#13ddde
#2de0e1
#47e4e5
#61e8e9
#7becec
#96eff0
#b0f3f4
#caf7f7
#e4fbfb
#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

#13ddde
#de1413

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

Split Complementary

#13ddde
#de1377
#de7a13

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

Analogous Color

#13de8e
#13deb6
#13ddde
#13b4de
#138cde

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

#13ddde
#de13dd
#ddde13

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

#13ddde
#7913de
#de1413
#77de13

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

#13ddde
#de1413
#de7a13
#1377de

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 #13ddde 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.

#13ddde Color Code Preview on Black Background Color

This is how #13ddde Color will look on black background color. Color contrast ratio is 12.43

#13ddde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13ddde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13ddde

#13ddde color code is use for CSS Background Color

Background color for the above div is #13ddde

HTML with inline CSS

<div style="background-color:#13ddde;"></div>

#13ddde color code is use for CSS Border Color

CSS Border color for the above div is #13ddde

HTML with inline CSS

<div style="border:5px solid #13ddde;"></div>

CSS Border Left color for the above div is #13ddde

HTML with inline CSS

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

CSS Border Right color for the above div is #13ddde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #13ddde

HTML with inline CSS

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

CSS Border Top color for the above div is #13ddde

HTML with inline CSS

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

#13ddde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#13ddde Color code Preview on White Background

This is how #13ddde 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 #13ddde; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #13ddde; }

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.