crispedge.com

Color picker

Loading...

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

#52bedc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #52bedc Color code in RGB color code model is created after adding 32.16% red color, 74.51% green color and 86.27% blue color. Hex #52bedc Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 14% magenta, 0% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code52bedc#52bedc
RGB Decimal82, 190, 220rgb(82, 190, 220)
RGB Percent32%, 75%, 86%rgb(32%, 75%, 86%)
CSS RGBa82, 190, 220,1rgba(82,190,220,1)
CMYK Modelcmyk(63%,14%,0%,14%)
HSL Color Space193,66% ,59%hsl(193,66% ,59%)
HSV Color Space193°, 63%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100101011111011011100
Octal122276334
Decimal82190220
Hex52bedc

Different shades of #52bedc color code.

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

Light Shade of #52bedc
#7ccee5
Dark Shade of #52bedc
#2aadd1
Saturated Shade of #52bedc
#48c4e6
Desaturated Shade of #52bedc
#5cb8d2
Grey scale Shade of #52bedc
#979797
Brighten Shade
#6bd7f5
Most Readable Shade
#000000

Shades of #52bedc color code

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

#52bedc
#48a8c3
#3f93ab
#367e92
#2d697a
#245461
#1b3f49
#122a30
#091518
#000000

Similar Color like #52bedc color

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

#53bfdd
#54c0de
#55c1df
#56c2e0
#57c3e1
#58c4e2
#59c5e3
#5ac6e4
#5bc7e5
#5cc8e6
#5dc9e7
#5ecae8
#5fcbe9
#60ccea
#51bddb
#50bcda
#4fbbd9
#4ebad8
#4db9d7
#4cb8d6
#4bb7d5
#4ab6d4
#49b5d3
#48b4d2
#47b3d1
#46b2d0
#45b1cf
#44b0ce

Monochromatic Color with #52bedc

#52bedc
#030607
#132b32
#22505c
#327587
#4299b1

Tints of #52bedc Color

#52bedc
#65c5df
#78cce3
#8bd3e7
#9edaeb
#b2e2ef
#c5e9f3
#d8f0f7
#ebf7fb
#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

#52bedc
#dc7052

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

Split Complementary

#52bedc
#dc5279
#dcb552

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

Analogous Color

#52dcc3
#52dadc
#52bedc
#52a2dc
#5287dc

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

#52bedc
#dc52be
#bedc52

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

#52bedc
#b552dc
#dc7052
#79dc52

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

#52bedc
#dc7052
#dcb552
#5279dc

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

#52bedc Color Code Preview on Black Background Color

This is how #52bedc Color will look on black background color. Color contrast ratio is 9.76

#52bedc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#52bedc color code is use for CSS Background Color

Background color for the above div is #52bedc

HTML with inline CSS

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

#52bedc color code is use for CSS Border Color

CSS Border color for the above div is #52bedc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#52bedc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52bedc Color code Preview on White Background

This is how #52bedc Color code will look on white background color. Color contrast ratio is 2.15

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

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(82,190,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,112,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,190,220,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.