crispedge.com

Color picker

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

#0092ad hex color - Cape Pond - Blue - Cool color - Information

#0092ad hex color - Cape Pond - Blue - Cool color

Color Hue/Base color: Blue

Hex #0092ad Color Code is also known as Cape Pond color.

Hex #0092ad Color code in RGB color code model is created after adding 0% red color, 57.25% green color and 67.84% blue color. Hex #0092ad Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 16% magenta, 0% yellow and 32% black.

Hex #0092ad color code is between #0099aa web safe hex color code and #0088bb web safe hex color code. #0099aa is the nearest web safe color code. You can see here many more shades of #0092ad color code.

0 Likes 0 Comments | 46 Views

Color Table

Hex Color Code0092ad#0092ad
RGB Decimal0, 146, 173rgb(0, 146, 173)
RGB Percent0%, 57%, 68%rgb(0%, 57%, 68%)
CSS RGBa0, 146, 173,1rgba(0,146,173,1)
CMYK Modelcmyk(100%,16%,0%,32%)
HSL Color Space189,100% ,34%hsl(189,100% ,34%)
HSV Color Space189°, 100%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001001001010101101
Octal0222255
Decimal0146173
Hex0092ad

Different shades of #0092ad color code.

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

Light Shade of #0092ad
#00bde0
Dark Shade of #0092ad
#00677a
Saturated Shade of #0092ad
#0092ad
Desaturated Shade of #0092ad
#098ca4
Grey scale Shade of #0092ad
#565656
Brighten Shade
#19abc6
Most Readable Shade
#FFFFFF

Shades of #0092ad color code

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

#0092ad
#008199
#007186
#006173
#005160
#00404c
#003039
#002026
#001013
#000000

Similar Color like #0092ad color

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

#0193ae
#0294af
#0395b0
#0496b1
#0597b2
#0698b3
#0799b4
#089ab5
#099bb6
#0a9cb7
#0b9db8
#0c9eb9
#0d9fba
#0ea0bb
#0091ac
#0090ab
#008faa
#008ea9
#008da8
#008ca7
#008ba6
#008aa5
#0089a4
#0088a3
#0087a2
#0086a1
#0085a0
#00849f

Monochromatic Color with #0092ad

#0092ad
#00b6d7
#000303
#00262d
#004a58
#006e82

Tints of #0092ad Color

#0092ad
#1c9eb6
#38aabf
#55b6c8
#71c2d1
#8dceda
#aadae3
#c6e6ec
#e2f2f5
#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

#0092ad
#ad1b00

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

Split Complementary

#0092ad
#ad003c
#ad7100

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

Analogous Color

#00ad83
#00ada5
#0092ad
#006fad
#004dad

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

#0092ad
#ad0092
#92ad00

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

#0092ad
#7100ad
#ad1b00
#3bad00

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

#0092ad
#ad1b00
#ad7100
#003cad

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 #0092ad 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.

#0092ad Color Code Preview on Black Background Color

This is how #0092ad Color will look on black background color. Color contrast ratio is 5.71

#0092ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0092ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0092ad

#0092ad color code is use for CSS Background Color

Background color for the above div is #0092ad

HTML with inline CSS

<div style="background-color:#0092ad;"></div>

#0092ad color code is use for CSS Border Color

CSS Border color for the above div is #0092ad

HTML with inline CSS

<div style="border:5px solid #0092ad;"></div>

CSS Border Left color for the above div is #0092ad

HTML with inline CSS

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

CSS Border Right color for the above div is #0092ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0092ad

HTML with inline CSS

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

CSS Border Top color for the above div is #0092ad

HTML with inline CSS

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

#0092ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0092ad Color code Preview on White Background

This is how #0092ad Color code will look on white background color. Color contrast ratio is 3.67

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

Related Gradients

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

0 Likes 0 Comments | 46 Views

Post your comment:-

By submitting comment you agree to our privacy policy.