crispedge.com

Color picker

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

#52dbf0 hex color - Blue - Cool color - Information

#52dbf0 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #52dbf0 Color code in RGB color code model is created after adding 32.16% red color, 85.88% green color and 94.12% blue color. Hex #52dbf0 Color code in CMYK color (process color) code model is generated after subtraction of 66% cyan, 9% magenta, 0% yellow and 6% black.

Hex #52dbf0 color code is between #55ddee web safe hex color code and #44ccff web safe hex color code. #55ddee is the nearest web safe color code. You can see here many more shades of #52dbf0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code52dbf0#52dbf0
RGB Decimal82, 219, 240rgb(82, 219, 240)
RGB Percent32%, 86%, 94%rgb(32%, 86%, 94%)
CSS RGBa82, 219, 240,1rgba(82,219,240,1)
CMYK Modelcmyk(66%,9%,0%,6%)
HSL Color Space188,84% ,63%hsl(188,84% ,63%)
HSV Color Space188°, 66%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100101101101111110000
Octal122333360
Decimal82219240
Hex52dbf0

Different shades of #52dbf0 color code.

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

Light Shade of #52dbf0
#81e5f4
Dark Shade of #52dbf0
#23d1ec
Saturated Shade of #52dbf0
#49e2f9
Desaturated Shade of #52dbf0
#5bd4e7
Grey scale Shade of #52dbf0
#a1a1a1
Brighten Shade
#6bf4ff
Most Readable Shade
#000000

Shades of #52dbf0 color code

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

#52dbf0
#48c2d5
#3faaba
#3692a0
#2d7985
#24616a
#1b4950
#123035
#09181a
#000000

Similar Color like #52dbf0 color

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

#53dcf1
#54ddf2
#55def3
#56dff4
#57e0f5
#58e1f6
#59e2f7
#5ae3f8
#5be4f9
#5ce5fa
#5de6fb
#5ee7fc
#5fe8fd
#60e9fe
#51daef
#50d9ee
#4fd8ed
#4ed7ec
#4dd6eb
#4cd5ea
#4bd4e9
#4ad3e8
#49d2e7
#48d1e6
#47d0e5
#46cfe4
#45cee3
#44cde2

Monochromatic Color with #52dbf0

#52dbf0
#09191b
#184046
#266770
#358d9b
#43b4c5

Tints of #52dbf0 Color

#52dbf0
#65dff1
#78e3f3
#8be7f5
#9eebf6
#b2eff8
#c5f3fa
#d8f7fb
#ebfbfd
#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

#52dbf0
#f06752

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

Split Complementary

#52dbf0
#f0528c
#f0b652

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

Analogous Color

#52f0c6
#52f0e5
#52dbf0
#52bbf0
#529cf0

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

#52dbf0
#f052db
#dbf052

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

#52dbf0
#b652f0
#f06752
#8cf052

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

#52dbf0
#f06752
#f0b652
#528cf0

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 #52dbf0 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.

#52dbf0 Color Code Preview on Black Background Color

This is how #52dbf0 Color will look on black background color. Color contrast ratio is 12.75

#52dbf0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52dbf0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52dbf0

#52dbf0 color code is use for CSS Background Color

Background color for the above div is #52dbf0

HTML with inline CSS

<div style="background-color:#52dbf0;"></div>

#52dbf0 color code is use for CSS Border Color

CSS Border color for the above div is #52dbf0

HTML with inline CSS

<div style="border:5px solid #52dbf0;"></div>

CSS Border Left color for the above div is #52dbf0

HTML with inline CSS

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

CSS Border Right color for the above div is #52dbf0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #52dbf0

HTML with inline CSS

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

CSS Border Top color for the above div is #52dbf0

HTML with inline CSS

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

#52dbf0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52dbf0 Color code Preview on White Background

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

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.