@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

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

#52acb6 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #52acb6 Color code in RGB color code model is created after adding 32.16% red color, 67.45% green color and 71.37% blue color. Hex #52acb6 Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 5% magenta, 0% yellow and 28.63% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code52acb6#52acb6
RGB Decimal82, 172, 182rgb(82, 172, 182)
RGB Percent32%, 67%, 71%rgb(32%, 67%, 71%)
CSS RGBa82, 172, 182,1rgba(82,172,182,1)
CMYK Modelcmyk(55%,5%,0%,28.63%)
HSL Color Space186,41% ,52%hsl(186,41% ,52%)
HSV Color Space186°, 55%, 71%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100101010110010110110
Octal122254266
Decimal82172182
Hex52acb6

Different shades of #52acb6 color code.

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

Light Shade of #52acb6
#76bdc5
Dark Shade of #52acb6
#3f8d96
Saturated Shade of #52acb6
#46b6c2
Desaturated Shade of #52acb6
#5ea2aa
Grey scale Shade of #52acb6
#848484
Brighten Shade
#6bc5cf
Most Readable Shade
#000000

Shades of #52acb6 color code

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

#52acb6
#4898a1
#3f858d
#367279
#2d5f65
#244c50
#1b393c
#122628
#091314
#000000

Similar Color like #52acb6 color

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

#53adb7
#54aeb8
#55afb9
#56b0ba
#57b1bb
#58b2bc
#59b3bd
#5ab4be
#5bb5bf
#5cb6c0
#5db7c1
#5eb8c2
#5fb9c3
#60bac4
#51abb5
#50aab4
#4fa9b3
#4ea8b2
#4da7b1
#4ca6b0
#4ba5af
#4aa4ae
#49a3ad
#48a2ac
#47a1ab
#46a0aa
#459fa9
#449ea8

Monochromatic Color with #52acb6

#52acb6
#65d4e0
#050b0c
#193336
#2c5c61
#3f848b

Tints of #52acb6 Color

#52acb6
#65b5be
#78bec6
#8bc7ce
#9ed0d6
#b2dade
#c5e3e6
#d8ecee
#ebf5f6
#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

#52acb6
#b65c52

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

Split Complementary

#52acb6
#b6527a
#b68e52

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

Analogous Color

#52b698
#52b6ac
#52acb6
#5298b6
#5284b6

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

#52acb6
#b652ac
#acb652

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

#52acb6
#8e52b6
#b65c52
#7ab652

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

#52acb6
#b65c52
#b68e52
#527ab6

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

#52acb6 Color Code Preview on Black Background Color

This is how #52acb6 Color will look on black background color. Color contrast ratio is 7.94

#52acb6 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#52acb6 color code is use for CSS Background Color

Background color for the above div is #52acb6

HTML with inline CSS

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

#52acb6 color code is use for CSS Border Color

CSS Border color for the above div is #52acb6

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#52acb6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52acb6 Color code Preview on White Background

This is how #52acb6 Color code will look on white background color. Color contrast ratio is 2.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 #52acb6; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #52acb6; }

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