crispedge.com

Color picker

Loading...

#77aad3 hex color - Blue - Cool color - Information

#77aad3 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #77aad3 Color code in RGB color code model is created after adding 46.67% red color, 66.67% green color and 82.75% blue color. Hex #77aad3 Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 19% magenta, 0% yellow and 17% black.

Hex #77aad3 color code is between #6699cc web safe hex color code and #88bbdd web safe hex color code. #6699cc is the nearest web safe color code. You can see here many more shades of #77aad3 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code77aad3#77aad3
RGB Decimal119, 170, 211rgb(119, 170, 211)
RGB Percent47%, 67%, 83%rgb(47%, 67%, 83%)
CSS RGBa119, 170, 211,1rgba(119,170,211,1)
CMYK Modelcmyk(44%,19%,0%,17%)
HSL Color Space207,51% ,65%hsl(207,51% ,65%)
HSV Color Space207°, 44%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101111010101011010011
Octal167252323
Decimal119170211
Hex77aad3

Different shades of #77aad3 color code.

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

Light Shade of #77aad3
#9ec2df
Dark Shade of #77aad3
#5092c7
Saturated Shade of #77aad3
#6eabdc
Desaturated Shade of #77aad3
#80a9ca
Grey scale Shade of #77aad3
#a5a5a5
Brighten Shade
#90c3ec
Most Readable Shade
#000000

Shades of #77aad3 color code

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

#77aad3
#6997bb
#5c84a4
#4f718c
#425e75
#344b5d
#273846
#1a252e
#0d1217
#000000

Similar Color like #77aad3 color

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

#78abd4
#79acd5
#7aadd6
#7baed7
#7cafd8
#7db0d9
#7eb1da
#7fb2db
#80b3dc
#81b4dd
#82b5de
#83b6df
#84b7e0
#85b8e1
#76a9d2
#75a8d1
#74a7d0
#73a6cf
#72a5ce
#71a4cd
#70a3cc
#6fa2cb
#6ea1ca
#6da0c9
#6c9fc8
#6b9ec7
#6a9dc6
#699cc5

Monochromatic Color with #77aad3

#77aad3
#8fccfd
#172129
#2f4353
#47667e
#5f88a8

Tints of #77aad3 Color

#77aad3
#86b3d7
#95bcdc
#a4c6e1
#b3cfe6
#c2d9eb
#d1e2f0
#e0ecf5
#eff5fa
#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

#77aad3
#d3a077

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

Split Complementary

#77aad3
#d3777c
#d3ce77

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

Analogous Color

#77cfd3
#77bcd3
#77aad3
#7798d3
#7785d3

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

#77aad3
#d377aa
#aad377

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

#77aad3
#ce77d3
#d3a077
#7cd377

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

#77aad3
#d3a077
#d3ce77
#777cd3

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 #77aad3 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.

#77aad3 Color Code Preview on Black Background Color

This is how #77aad3 Color will look on black background color. Color contrast ratio is 8.47

#77aad3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #77aad3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #77aad3

#77aad3 color code is use for CSS Background Color

Background color for the above div is #77aad3

HTML with inline CSS

<div style="background-color:#77aad3;"></div>

#77aad3 color code is use for CSS Border Color

CSS Border color for the above div is #77aad3

HTML with inline CSS

<div style="border:5px solid #77aad3;"></div>

CSS Border Left color for the above div is #77aad3

HTML with inline CSS

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

CSS Border Right color for the above div is #77aad3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #77aad3

HTML with inline CSS

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

CSS Border Top color for the above div is #77aad3

HTML with inline CSS

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

#77aad3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#77aad3 Color code Preview on White Background

This is how #77aad3 Color code will look on white background color. Color contrast ratio is 2.48

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

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(119,170,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(211,160,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(119,170,211,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.