crispedge.com

Color picker

Loading...

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

#52aeee hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #52aeee Color code in RGB color code model is created after adding 32.16% red color, 68.24% green color and 93.33% blue color. Hex #52aeee Color code in CMYK color (process color) code model is generated after subtraction of 66% cyan, 27% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 52aeee #52aeee
RGB Decimal 82, 174, 238 rgb(82, 174, 238)
RGB Percent 32%, 68%, 93% rgb(32%, 68%, 93%)
CSS RGBa 82, 174, 238,1 rgba(82,174,238,1)
CMYK Model cmyk(66%,27%,0%,7%)
HSL Color Space 205,82% ,63% hsl(205,82% ,63%)
HSV Color Space 205°, 66%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 10101110 11101110
Octal 122 256 356
Decimal 82 174 238
Hex 52 ae ee

Different shades of #52aeee color code.

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

Light Shade of #52aeee
#80c4f3
Dark Shade of #52aeee
#2498e9
Saturated Shade of #52aeee
#48b0f7
Desaturated Shade of #52aeee
#5bace4
Grey scale Shade of #52aeee
#a0a0a0
Brighten Shade
#6bc7ff
Most Readable Shade
#000000

Shades of #52aeee color code

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

#52aeee
#489ad3
#3f87b9
#36749e
#2d6084
#244d69
#1b3a4f
#122634
#09131a
#000000

Similar Color like #52aeee color

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

#53afef
#54b0f0
#55b1f1
#56b2f2
#57b3f3
#58b4f4
#59b5f5
#5ab6f6
#5bb7f7
#5cb8f8
#5db9f9
#5ebafa
#5fbbfb
#60bcfc
#51aded
#50acec
#4fabeb
#4eaaea
#4da9e9
#4ca8e8
#4ba7e7
#4aa6e6
#49a5e5
#48a4e4
#47a3e3
#46a2e2
#45a1e1
#44a0e0

Monochromatic Color with #52aeee

#52aeee
#09131a
#173244
#26516e
#357099
#438fc3

Tints of #52aeee Color

#52aeee
#65b7ef
#78c0f1
#8bc9f3
#9ed2f5
#b2dbf7
#c5e4f9
#d8edfb
#ebf6fd
#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

#52aeee
#ee9252

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

Split Complementary

#52aeee
#ee5260
#eee052

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

Analogous Color

#52ecee
#52cdee
#52aeee
#528fee
#5270ee

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

#52aeee
#ee52ae
#aeee52

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

#52aeee
#e052ee
#ee9252
#60ee52

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

#52aeee
#ee9252
#eee052
#5260ee

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

#52aeee Color Code Preview on Black Background Color

This is how #52aeee Color will look on black background color. Color contrast ratio is 8.65

#52aeee in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#52aeee color code is use for CSS Background Color

Background color for the above div is #52aeee

HTML with inline CSS

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

#52aeee color code is use for CSS Border Color

CSS Border color for the above div is #52aeee

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#52aeee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52aeee Color code Preview on White Background

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

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

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,174,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,146,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,174,238,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.