crispedge.com

Color picker

Loading...

#38cae7 hex color - Blue - Cool color - Information

#38cae7 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #38cae7 Color code in RGB color code model is created after adding 21.96% red color, 79.22% green color and 90.59% blue color. Hex #38cae7 Color code in CMYK color (process color) code model is generated after subtraction of 76% cyan, 13% magenta, 0% yellow and 9% black.

Hex #38cae7 color code is between #33ccee web safe hex color code and #44bbdd web safe hex color code. #33ccee is the nearest web safe color code. You can see here many more shades of #38cae7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code38cae7#38cae7
RGB Decimal56, 202, 231rgb(56, 202, 231)
RGB Percent22%, 79%, 91%rgb(22%, 79%, 91%)
CSS RGBa56, 202, 231,1rgba(56,202,231,1)
CMYK Modelcmyk(76%,13%,0%,9%)
HSL Color Space190,78% ,56%hsl(190,78% ,56%)
HSV Color Space190°, 76%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110001100101011100111
Octal70312347
Decimal56202231
Hex38cae7

Different shades of #38cae7 color code.

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

Light Shade of #38cae7
#65d6ec
Dark Shade of #38cae7
#19b4d3
Saturated Shade of #38cae7
#2dd1f2
Desaturated Shade of #38cae7
#43c3dc
Grey scale Shade of #38cae7
#8f8f8f
Brighten Shade
#51e3ff
Most Readable Shade
#000000

Shades of #38cae7 color code

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

#38cae7
#31b3cd
#2b9db3
#25869a
#1f7080
#185966
#12434d
#0c2c33
#061619
#000000

Similar Color like #38cae7 color

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

#39cbe8
#3acce9
#3bcdea
#3cceeb
#3dcfec
#3ed0ed
#3fd1ee
#40d2ef
#41d3f0
#42d4f1
#43d5f2
#44d6f3
#45d7f4
#46d8f5
#37c9e6
#36c8e5
#35c7e4
#34c6e3
#33c5e2
#32c4e1
#31c3e0
#30c2df
#2fc1de
#2ec0dd
#2dbfdc
#2cbedb
#2bbdda
#2abcd9

Monochromatic Color with #38cae7

#38cae7
#041012
#0f353d
#195a67
#238092
#2ea5bc

Tints of #38cae7 Color

#38cae7
#4ecfe9
#64d5ec
#7adbef
#90e1f1
#a6e7f4
#bcedf7
#d2f3f9
#e8f9fc
#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

#38cae7
#e75538

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

Split Complementary

#38cae7
#e73872
#e7ad38

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

Analogous Color

#38e7be
#38e7e1
#38cae7
#38a7e7
#3884e7

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

#38cae7
#e738ca
#cae738

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

#38cae7
#ac38e7
#e75538
#72e738

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

#38cae7
#e75538
#e7ad38
#3872e7

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 #38cae7 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.

#38cae7 Color Code Preview on Black Background Color

This is how #38cae7 Color will look on black background color. Color contrast ratio is 10.77

#38cae7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38cae7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38cae7

#38cae7 color code is use for CSS Background Color

Background color for the above div is #38cae7

HTML with inline CSS

<div style="background-color:#38cae7;"></div>

#38cae7 color code is use for CSS Border Color

CSS Border color for the above div is #38cae7

HTML with inline CSS

<div style="border:5px solid #38cae7;"></div>

CSS Border Left color for the above div is #38cae7

HTML with inline CSS

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

CSS Border Right color for the above div is #38cae7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #38cae7

HTML with inline CSS

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

CSS Border Top color for the above div is #38cae7

HTML with inline CSS

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

#38cae7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#38cae7 Color code Preview on White Background

This is how #38cae7 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 #38cae7; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #38cae7; }

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(56,202,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(231,85,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(56,202,231,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.