crispedge.com

#74bcbd hex color - Blue - Cool color - Information

#74bcbd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #74bcbd Color code in RGB color code model is created after adding 45.49% red color, 73.73% green color and 74.12% blue color. Hex #74bcbd Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 1% magenta, 0% yellow and 26% black.

Hex #74bcbd color code is between #77bbbb web safe hex color code and #66cccc web safe hex color code. #77bbbb is the nearest web safe color code. You can see here many more shades of #74bcbd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code74bcbd#74bcbd
RGB Decimal116, 188, 189rgb(116, 188, 189)
RGB Percent45%, 74%, 74%rgb(45%, 74%, 74%)
CSS RGBa116, 188, 189,1rgba(116,188,189,1)
CMYK Modelcmyk(39%,1%,0%,26%)
HSL Color Space181,36% ,60%hsl(181,36% ,60%)
HSV Color Space181°, 39%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101001011110010111101
Octal164274275
Decimal116188189
Hex74bcbd

Different shades of #74bcbd color code.

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

Light Shade of #74bcbd
#97cdcd
Dark Shade of #74bcbd
#52abac
Saturated Shade of #74bcbd
#6ac6c7
Desaturated Shade of #74bcbd
#7eb2b3
Grey scale Shade of #74bcbd
#989898
Brighten Shade
#8dd5d6
Most Readable Shade
#000000

Shades of #74bcbd color code

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

#74bcbd
#67a7a8
#5a9293
#4d7d7e
#406869
#335354
#263e3f
#19292a
#0c1415
#000000

Similar Color like #74bcbd color

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

#75bdbe
#76bebf
#77bfc0
#78c0c1
#79c1c2
#7ac2c3
#7bc3c4
#7cc4c5
#7dc5c6
#7ec6c7
#7fc7c8
#80c8c9
#81c9ca
#82cacb
#73bbbc
#72babb
#71b9ba
#70b8b9
#6fb7b8
#6eb6b7
#6db5b6
#6cb4b5
#6bb3b4
#6ab2b3
#69b1b2
#68b0b1
#67afb0
#66aeaf

Monochromatic Color with #74bcbd

#74bcbd
#8ee6e7
#0c1313
#263d3d
#406768
#5a9292

Tints of #74bcbd Color

#74bcbd
#83c3c4
#92cacb
#a2d2d3
#b1d9da
#c1e1e1
#d0e8e9
#e0f0f0
#eff7f7
#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

#74bcbd
#bd7574

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

Split Complementary

#74bcbd
#bd7498
#bd9974

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

Analogous Color

#74bda1
#74bdaf
#74bcbd
#74adbd
#749fbd

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

#74bcbd
#bd74bc
#bcbd74

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

#74bcbd
#9974bd
#bd7574
#97bd74

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

#74bcbd
#bd7574
#bd9974
#7498bd

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 #74bcbd 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.

#74bcbd Color Code Preview on Black Background Color

This is how #74bcbd Color will look on black background color. Color contrast ratio is 9.67

#74bcbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #74bcbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #74bcbd

#74bcbd color code is use for CSS Background Color

Background color for the above div is #74bcbd

HTML with inline CSS

<div style="background-color:#74bcbd;"></div>

#74bcbd color code is use for CSS Border Color

CSS Border color for the above div is #74bcbd

HTML with inline CSS

<div style="border:5px solid #74bcbd;"></div>

CSS Border Left color for the above div is #74bcbd

HTML with inline CSS

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

CSS Border Right color for the above div is #74bcbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #74bcbd

HTML with inline CSS

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

CSS Border Top color for the above div is #74bcbd

HTML with inline CSS

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

#74bcbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#74bcbd Color code Preview on White Background

This is how #74bcbd Color code will look on white background color. Color contrast ratio is 2.17

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

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(116,188,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,117,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(116,188,189,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>