crispedge.com

Color picker

Loading...

#24cef0 hex color - Blue - Cool color - Information

#24cef0 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #24cef0 Color code in RGB color code model is created after adding 14.12% red color, 80.78% green color and 94.12% blue color. Hex #24cef0 Color code in CMYK color (process color) code model is generated after subtraction of 85% cyan, 14% magenta, 0% yellow and 6% black.

Hex #24cef0 color code is between #22ccee web safe hex color code and #33ddff web safe hex color code. #22ccee is the nearest web safe color code. You can see here many more shades of #24cef0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code24cef0#24cef0
RGB Decimal36, 206, 240rgb(36, 206, 240)
RGB Percent14%, 81%, 94%rgb(14%, 81%, 94%)
CSS RGBa36, 206, 240,1rgba(36,206,240,1)
CMYK Modelcmyk(85%,14%,0%,6%)
HSL Color Space190,87% ,54%hsl(190,87% ,54%)
HSV Color Space190°, 85%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001001001100111011110000
Octal44316360
Decimal36206240
Hex24cef0

Different shades of #24cef0 color code.

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

Light Shade of #24cef0
#54d9f3
Dark Shade of #24cef0
#0eb2d3
Saturated Shade of #24cef0
#18d6fc
Desaturated Shade of #24cef0
#30c6e4
Grey scale Shade of #24cef0
#8a8a8a
Brighten Shade
#3de7ff
Most Readable Shade
#000000

Shades of #24cef0 color code

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

#24cef0
#20b7d5
#1ca0ba
#1889a0
#147285
#105b6a
#0c4450
#082d35
#04161a
#000000

Similar Color like #24cef0 color

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

#25cff1
#26d0f2
#27d1f3
#28d2f4
#29d3f5
#2ad4f6
#2bd5f7
#2cd6f8
#2dd7f9
#2ed8fa
#2fd9fb
#30dafc
#31dbfd
#32dcfe
#23cdef
#22ccee
#21cbed
#20caec
#1fc9eb
#1ec8ea
#1dc7e9
#1cc6e8
#1bc5e7
#1ac4e6
#19c3e5
#18c2e4
#17c1e3
#16c0e2

Monochromatic Color with #24cef0

#24cef0
#04181b
#0a3c46
#116170
#17859b
#1eaac5

Tints of #24cef0 Color

#24cef0
#3cd3f1
#54d8f3
#6ddef5
#85e3f6
#9de9f8
#b6eefa
#cef4fb
#e6f9fd
#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

#24cef0
#f04624

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

Split Complementary

#24cef0
#f02468
#f0ac24

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

Analogous Color

#24f0c0
#24f0e9
#24cef0
#24a5f0
#247cf0

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

#24cef0
#f024ce
#cef024

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

#24cef0
#ac24f0
#f04624
#68f024

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

#24cef0
#f04624
#f0ac24
#2468f0

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 #24cef0 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.

#24cef0 Color Code Preview on Black Background Color

This is how #24cef0 Color will look on black background color. Color contrast ratio is 11.16

#24cef0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #24cef0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #24cef0

#24cef0 color code is use for CSS Background Color

Background color for the above div is #24cef0

HTML with inline CSS

<div style="background-color:#24cef0;"></div>

#24cef0 color code is use for CSS Border Color

CSS Border color for the above div is #24cef0

HTML with inline CSS

<div style="border:5px solid #24cef0;"></div>

CSS Border Left color for the above div is #24cef0

HTML with inline CSS

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

CSS Border Right color for the above div is #24cef0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #24cef0

HTML with inline CSS

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

CSS Border Top color for the above div is #24cef0

HTML with inline CSS

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

#24cef0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#24cef0 Color code Preview on White Background

This is how #24cef0 Color code will look on white background color. Color contrast ratio is 1.88

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

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(36,206,240,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(240,70,36,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(36,206,240,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.