@
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.

#4aaedc hex color - Blue - Cool color - Information

#4aaedc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #4aaedc Color code in RGB color code model is created after adding 29.02% red color, 68.24% green color and 86.27% blue color. Hex #4aaedc Color code in CMYK color (process color) code model is generated after subtraction of 66% cyan, 21% magenta, 0% yellow and 13.73% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4aaedc#4aaedc
RGB Decimal74, 174, 220rgb(74, 174, 220)
RGB Percent29%, 68%, 86%rgb(29%, 68%, 86%)
CSS RGBa74, 174, 220,1rgba(74,174,220,1)
CMYK Modelcmyk(66%,21%,0%,13.73%)
HSL Color Space199,68% ,58%hsl(199,68% ,58%)
HSV Color Space199°, 66%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010101010111011011100
Octal112256334
Decimal74174220
Hex4aaedc

Different shades of #4aaedc color code.

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

Light Shade of #4aaedc
#75c1e4
Dark Shade of #4aaedc
#2798cc
Saturated Shade of #4aaedc
#3fb2e7
Desaturated Shade of #4aaedc
#55aad1
Grey scale Shade of #4aaedc
#939393
Brighten Shade
#63c7f5
Most Readable Shade
#000000

Shades of #4aaedc color code

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

#4aaedc
#419ac3
#3987ab
#317492
#29607a
#204d61
#183a49
#102630
#081318
#000000

Similar Color like #4aaedc color

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

#4bafdd
#4cb0de
#4db1df
#4eb2e0
#4fb3e1
#50b4e2
#51b5e3
#52b6e4
#53b7e5
#54b8e6
#55b9e7
#56bae8
#57bbe9
#58bcea
#49addb
#48acda
#47abd9
#46aad8
#45a9d7
#44a8d6
#43a7d5
#42a6d4
#41a5d3
#40a4d2
#3fa3d1
#3ea2d0
#3da1cf
#3ca0ce

Monochromatic Color with #4aaedc

#4aaedc
#030607
#112832
#1f495c
#2d6b87
#3c8cb1

Tints of #4aaedc Color

#4aaedc
#5eb7df
#72c0e3
#86c9e7
#9ad2eb
#aedbef
#c2e4f3
#d6edf7
#eaf6fb
#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

#4aaedc
#dc784a

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

Split Complementary

#4aaedc
#dc4a65
#dcc14a

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

Analogous Color

#4adcd0
#4acbdc
#4aaedc
#4a91dc
#4a74dc

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

#4aaedc
#dc4aae
#aedc4a

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

#4aaedc
#c14adc
#dc784a
#65dc4a

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

#4aaedc
#dc784a
#dcc14a
#4a65dc

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 #4aaedc 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.

#4aaedc Color Code Preview on Black Background Color

This is how #4aaedc Color will look on black background color. Color contrast ratio is 8.38

#4aaedc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4aaedc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4aaedc

#4aaedc color code is use for CSS Background Color

Background color for the above div is #4aaedc

HTML with inline CSS

<div style="background-color:#4aaedc;"></div>

#4aaedc color code is use for CSS Border Color

CSS Border color for the above div is #4aaedc

HTML with inline CSS

<div style="border:5px solid #4aaedc;"></div>

CSS Border Left color for the above div is #4aaedc

HTML with inline CSS

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

CSS Border Right color for the above div is #4aaedc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4aaedc

HTML with inline CSS

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

CSS Border Top color for the above div is #4aaedc

HTML with inline CSS

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

#4aaedc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4aaedc Color code Preview on White Background

This is how #4aaedc Color code will look on white background color. Color contrast ratio is 2.51

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

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(74,174,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,120,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(74,174,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.