crispedge.com

Color picker

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

#55ffef hex color - Blue - Cool color - Information

#55ffef hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #55ffef Color code in RGB color code model is created after adding 33.33% red color, 100% green color and 93.73% blue color. Hex #55ffef Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 0% magenta, 6% yellow and 0% black.

Hex #55ffef color code is between #44eeee web safe hex color code and #66ddff web safe hex color code. #44eeee is the nearest web safe color code. You can see here many more shades of #55ffef color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code55ffef#55ffef
RGB Decimal85, 255, 239rgb(85, 255, 239)
RGB Percent33%, 100%, 94%rgb(33%, 100%, 94%)
CSS RGBa85, 255, 239,1rgba(85,255,239,1)
CMYK Modelcmyk(67%,0%,6%,0%)
HSL Color Space174,100% ,67%hsl(174,100% ,67%)
HSV Color Space174°, 67%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101011111111111101111
Octal125377357
Decimal85255239
Hex55ffef

Different shades of #55ffef color code.

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

Light Shade of #55ffef
#88fff4
Dark Shade of #55ffef
#22ffea
Saturated Shade of #55ffef
#55ffef
Desaturated Shade of #55ffef
#5df6e8
Grey scale Shade of #55ffef
#aaaaaa
Brighten Shade
#6effff
Most Readable Shade
#000000

Shades of #55ffef color code

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

#55ffef
#4be2d4
#42c6b9
#38aa9f
#2f8d84
#25716a
#1c554f
#123835
#091c1a
#000000

Similar Color like #55ffef color

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

#56fff0
#57fff1
#58fff2
#59fff3
#5afff4
#5bfff5
#5cfff6
#5dfff7
#5efff8
#5ffff9
#60fffa
#61fffb
#62fffc
#63fffd
#54feee
#53fded
#52fcec
#51fbeb
#50faea
#4ff9e9
#4ef8e8
#4df7e7
#4cf6e6
#4bf5e5
#4af4e4
#49f3e3
#48f2e2
#47f1e1

Monochromatic Color with #55ffef

#55ffef
#0e2a28
#1c5550
#2b8078
#39aa9f
#47d4c7

Tints of #55ffef Color

#55ffef
#67fff0
#7afff2
#8dfff4
#a0fff6
#b3fff7
#c6fff9
#d9fffb
#ecfffd
#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

#55ffef
#ff5565

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

Split Complementary

#55ffef
#ff55ba
#ff9a55

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

Analogous Color

#55ffab
#55ffcd
#55ffef
#55edff
#55cbff

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

#55ffef
#ef55ff
#ffef55

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

#55ffef
#9a55ff
#ff5565
#baff55

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

#55ffef
#ff5565
#ff9a55
#55baff

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 #55ffef 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.

#55ffef Color Code Preview on Black Background Color

This is how #55ffef Color will look on black background color. Color contrast ratio is 16.94

#55ffef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55ffef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55ffef

#55ffef color code is use for CSS Background Color

Background color for the above div is #55ffef

HTML with inline CSS

<div style="background-color:#55ffef;"></div>

#55ffef color code is use for CSS Border Color

CSS Border color for the above div is #55ffef

HTML with inline CSS

<div style="border:5px solid #55ffef;"></div>

CSS Border Left color for the above div is #55ffef

HTML with inline CSS

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

CSS Border Right color for the above div is #55ffef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #55ffef

HTML with inline CSS

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

CSS Border Top color for the above div is #55ffef

HTML with inline CSS

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

#55ffef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55ffef Color code Preview on White Background

This is how #55ffef Color code will look on white background color. Color contrast ratio is 1.24

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

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.