crispedge.com

Color picker

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

#35bddf hex color - Blue - Cool color - Information

#35bddf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #35bddf Color code in RGB color code model is created after adding 20.78% red color, 74.12% green color and 87.45% blue color. Hex #35bddf Color code in CMYK color (process color) code model is generated after subtraction of 76% cyan, 15% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code35bddf#35bddf
RGB Decimal53, 189, 223rgb(53, 189, 223)
RGB Percent21%, 74%, 87%rgb(21%, 74%, 87%)
CSS RGBa53, 189, 223,1rgba(53,189,223,1)
CMYK Modelcmyk(76%,15%,0%,13%)
HSL Color Space192,73% ,54%hsl(192,73% ,54%)
HSV Color Space192°, 76%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101011011110111011111
Octal65275337
Decimal53189223
Hex35bddf

Different shades of #35bddf color code.

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

Light Shade of #35bddf
#61cbe6
Dark Shade of #35bddf
#1fa2c2
Saturated Shade of #35bddf
#29c4eb
Desaturated Shade of #35bddf
#41b6d3
Grey scale Shade of #35bddf
#8a8a8a
Brighten Shade
#4ed6f8
Most Readable Shade
#000000

Shades of #35bddf color code

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

#35bddf
#2fa8c6
#2993ad
#237e94
#1d697b
#175463
#113f4a
#0b2a31
#051518
#000000

Similar Color like #35bddf color

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

#36bee0
#37bfe1
#38c0e2
#39c1e3
#3ac2e4
#3bc3e5
#3cc4e6
#3dc5e7
#3ec6e8
#3fc7e9
#40c8ea
#41c9eb
#42caec
#43cbed
#34bcde
#33bbdd
#32badc
#31b9db
#30b8da
#2fb7d9
#2eb6d8
#2db5d7
#2cb4d6
#2bb3d5
#2ab2d4
#29b1d3
#28b0d2
#27afd1

Monochromatic Color with #35bddf

#35bddf
#02090a
#0d2d35
#17515f
#21758a
#2b99b4

Tints of #35bddf Color

#35bddf
#4bc4e2
#61cbe6
#78d3e9
#8edaed
#a5e1f0
#bbe9f4
#d2f0f7
#e8f7fb
#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

#35bddf
#df5735

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

Split Complementary

#35bddf
#df3568
#dfac35

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

Analogous Color

#35dfbd
#35dfdf
#35bddf
#359bdf
#3579df

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

#35bddf
#df35bd
#bddf35

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

#35bddf
#ac35df
#df5735
#68df35

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

#35bddf
#df5735
#dfac35
#3568df

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 #35bddf 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.

#35bddf Color Code Preview on Black Background Color

This is how #35bddf Color will look on black background color. Color contrast ratio is 9.50

#35bddf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #35bddf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #35bddf

#35bddf color code is use for CSS Background Color

Background color for the above div is #35bddf

HTML with inline CSS

<div style="background-color:#35bddf;"></div>

#35bddf color code is use for CSS Border Color

CSS Border color for the above div is #35bddf

HTML with inline CSS

<div style="border:5px solid #35bddf;"></div>

CSS Border Left color for the above div is #35bddf

HTML with inline CSS

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

CSS Border Right color for the above div is #35bddf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #35bddf

HTML with inline CSS

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

CSS Border Top color for the above div is #35bddf

HTML with inline CSS

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

#35bddf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35bddf Color code Preview on White Background

This is how #35bddf Color code will look on white background color. Color contrast ratio is 2.21

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

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.