crispedge.com

Color picker

Loading...

#04cce4 hex color - Blue - Cool color - Information

#04cce4 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #04cce4 Color code in RGB color code model is created after adding 1.57% red color, 80% green color and 89.41% blue color. Hex #04cce4 Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 11% magenta, 0% yellow and 11% black.

Hex #04cce4 color code is between #00bbdd web safe hex color code and #00ddee web safe hex color code. #00bbdd is the nearest web safe color code. You can see here many more shades of #04cce4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code04cce4#04cce4
RGB Decimal4, 204, 228rgb(4, 204, 228)
RGB Percent2%, 80%, 89%rgb(2%, 80%, 89%)
CSS RGBa4, 204, 228,1rgba(4,204,228,1)
CMYK Modelcmyk(98%,11%,0%,11%)
HSL Color Space186,97% ,45%hsl(186,97% ,45%)
HSV Color Space186°, 98%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001001100110011100100
Octal4314344
Decimal4204228
Hex04cce4

Different shades of #04cce4 color code.

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

Light Shade of #04cce4
#20e4fb
Dark Shade of #04cce4
#039fb2
Saturated Shade of #04cce4
#00cfe8
Desaturated Shade of #04cce4
#10c3d8
Grey scale Shade of #04cce4
#747474
Brighten Shade
#1de5fd
Most Readable Shade
#000000

Shades of #04cce4 color code

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

#04cce4
#03b5ca
#039eb1
#028898
#02717e
#015a65
#01444c
#002d32
#001619
#000000

Similar Color like #04cce4 color

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

#05cde5
#06cee6
#07cfe7
#08d0e8
#09d1e9
#0ad2ea
#0bd3eb
#0cd4ec
#0dd5ed
#0ed6ee
#0fd7ef
#10d8f0
#11d9f1
#12daf2
#03cbe3
#02cae2
#01c9e1
#00c8e0
#00c7df
#00c6de
#00c5dd
#00c4dc
#00c3db
#00c2da
#00c1d9
#00c0d8
#00bfd7
#00bed6

Monochromatic Color with #04cce4

#04cce4
#000e0f
#01343a
#025a64
#03808f
#03a6b9

Tints of #04cce4 Color

#04cce4
#1fd1e7
#3bd7ea
#57dded
#73e2f0
#8fe8f3
#abeef6
#c7f3f9
#e3f9fc
#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

#04cce4
#e41c04

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

Split Complementary

#04cce4
#e4045c
#e48c04

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

Analogous Color

#04e4a2
#04e4cf
#04cce4
#049fe4
#0472e4

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

#04cce4
#e404cc
#cce404

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

#04cce4
#8c04e4
#e41c04
#5ce404

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

#04cce4
#e41c04
#e48c04
#045ce4

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 #04cce4 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.

#04cce4 Color Code Preview on Black Background Color

This is how #04cce4 Color will look on black background color. Color contrast ratio is 10.76

#04cce4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #04cce4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #04cce4

#04cce4 color code is use for CSS Background Color

Background color for the above div is #04cce4

HTML with inline CSS

<div style="background-color:#04cce4;"></div>

#04cce4 color code is use for CSS Border Color

CSS Border color for the above div is #04cce4

HTML with inline CSS

<div style="border:5px solid #04cce4;"></div>

CSS Border Left color for the above div is #04cce4

HTML with inline CSS

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

CSS Border Right color for the above div is #04cce4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #04cce4

HTML with inline CSS

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

CSS Border Top color for the above div is #04cce4

HTML with inline CSS

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

#04cce4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#04cce4 Color code Preview on White Background

This is how #04cce4 Color code will look on white background color. Color contrast ratio is 1.95

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

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(4,204,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(228,28,4,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(4,204,228,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.