crispedge.com

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

#52accc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #52accc Color code in RGB color code model is created after adding 32.16% red color, 67.45% green color and 80% blue color. Hex #52accc Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 16% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code52accc#52accc
RGB Decimal82, 172, 204rgb(82, 172, 204)
RGB Percent32%, 67%, 80%rgb(32%, 67%, 80%)
CSS RGBa82, 172, 204,1rgba(82,172,204,1)
CMYK Modelcmyk(60%,16%,0%,20%)
HSL Color Space196,54% ,56%hsl(196,54% ,56%)
HSV Color Space196°, 60%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100101010110011001100
Octal122254314
Decimal82172204
Hex52accc

Different shades of #52accc color code.

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

Light Shade of #52accc
#79bfd8
Dark Shade of #52accc
#3594b5
Saturated Shade of #52accc
#47b1d7
Desaturated Shade of #52accc
#5da7c1
Grey scale Shade of #52accc
#8f8f8f
Brighten Shade
#6bc5e5
Most Readable Shade
#000000

Shades of #52accc color code

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

#52accc
#4898b5
#3f859e
#367288
#2d5f71
#244c5a
#1b3944
#12262d
#091316
#000000

Similar Color like #52accc color

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

#53adcd
#54aece
#55afcf
#56b0d0
#57b1d1
#58b2d2
#59b3d3
#5ab4d4
#5bb5d5
#5cb6d6
#5db7d7
#5eb8d8
#5fb9d9
#60bada
#51abcb
#50aaca
#4fa9c9
#4ea8c8
#4da7c7
#4ca6c6
#4ba5c5
#4aa4c4
#49a3c3
#48a2c2
#47a1c1
#46a0c0
#459fbf
#449ebe

Monochromatic Color with #52accc

#52accc
#63d0f6
#0e1d22
#1f404c
#306477
#4188a1

Tints of #52accc Color

#52accc
#65b5d1
#78bed7
#8bc7dd
#9ed0e2
#b2dae8
#c5e3ee
#d8ecf3
#ebf5f9
#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

#52accc
#cc7252

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

Split Complementary

#52accc
#cc526f
#ccaf52

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

Analogous Color

#52ccbb
#52c4cc
#52accc
#5294cc
#527bcc

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

#52accc
#cc52ac
#accc52

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

#52accc
#af52cc
#cc7252
#6fcc52

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

#52accc
#cc7252
#ccaf52
#526fcc

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

#52accc Color Code Preview on Black Background Color

This is how #52accc Color will look on black background color. Color contrast ratio is 8.13

#52accc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#52accc color code is use for CSS Background Color

Background color for the above div is #52accc

HTML with inline CSS

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

#52accc color code is use for CSS Border Color

CSS Border color for the above div is #52accc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#52accc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52accc Color code Preview on White Background

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

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

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,172,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,114,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,172,204,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.

< /html>