crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#0efeff hex color - Blue - Cool color - Information

#0efeff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #0efeff Color code in RGB color code model is created after adding 5.49% red color, 99.61% green color and 100% blue color. Hex #0efeff Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 0% magenta, 0% yellow and 0% black.

Hex #0efeff color code is between #11ffee web safe hex color code and #00eedd web safe hex color code. #11ffee is the nearest web safe color code. You can see here many more shades of #0efeff color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code0efeff#0efeff
RGB Decimal14, 254, 255rgb(14, 254, 255)
RGB Percent5%, 100%, 100%rgb(5%, 100%, 100%)
CSS RGBa14, 254, 255,1rgba(14,254,255,1)
CMYK Modelcmyk(95%,0%,0%,0%)
HSL Color Space180,100% ,53%hsl(180,100% ,53%)
HSV Color Space180°, 95%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011101111111011111111
Octal16376377
Decimal14254255
Hex0efeff

Different shades of #0efeff color code.

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

Light Shade of #0efeff
#41feff
Dark Shade of #0efeff
#00d9da
Saturated Shade of #0efeff
#0efeff
Desaturated Shade of #0efeff
#1af2f3
Grey scale Shade of #0efeff
#868686
Brighten Shade
#27ffff
Most Readable Shade
#000000

Shades of #0efeff color code

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

#0efeff
#0ce1e2
#0ac5c6
#09a9aa
#078d8d
#067071
#045455
#033838
#011c1c
#000000

Similar Color like #0efeff color

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

#0fffff
#10ffff
#11ffff
#12ffff
#13ffff
#14ffff
#15ffff
#16ffff
#17ffff
#18ffff
#19ffff
#1affff
#1bffff
#1cffff
#0dfdfe
#0cfcfd
#0bfbfc
#0afafb
#09f9fa
#08f8f9
#07f7f8
#06f6f7
#05f5f6
#04f4f5
#03f3f4
#02f2f3
#01f1f2
#00f0f1

Monochromatic Color with #0efeff

#0efeff
#022a2a
#055555
#077f80
#09a9aa
#0cd4d4

Tints of #0efeff Color

#0efeff
#28feff
#43feff
#5efeff
#79feff
#93feff
#aefeff
#c9feff
#e4feff
#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

#0efeff
#ff0f0e

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

Split Complementary

#0efeff
#ff0e86
#ff870e

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

Analogous Color

#0effa0
#0effd0
#0efeff
#0eceff
#0e9eff

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

#0efeff
#ff0efe
#feff0e

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

#0efeff
#870eff
#ff0f0e
#85ff0e

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

#0efeff
#ff0f0e
#ff870e
#0e86ff

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 #0efeff 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.

#0efeff Color Code Preview on Black Background Color

This is how #0efeff Color will look on black background color. Color contrast ratio is 16.64

#0efeff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0efeff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0efeff

#0efeff color code is use for CSS Background Color

Background color for the above div is #0efeff

HTML with inline CSS

<div style="background-color:#0efeff;"></div>

#0efeff color code is use for CSS Border Color

CSS Border color for the above div is #0efeff

HTML with inline CSS

<div style="border:5px solid #0efeff;"></div>

CSS Border Left color for the above div is #0efeff

HTML with inline CSS

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

CSS Border Right color for the above div is #0efeff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0efeff

HTML with inline CSS

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

CSS Border Top color for the above div is #0efeff

HTML with inline CSS

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

#0efeff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0efeff Color code Preview on White Background

This is how #0efeff Color code will look on white background color. Color contrast ratio is 1.26

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.