Gradient Blue-Green

Gradient and text preview:

This paragraph uses color with hex code 007A9C. Color of text is in garmony with gradient primary color 0D98BA.

Stat info: Views 249 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #0D98BA 13.152.186
Secondary color #0089AB 0.137.171
Border color #007A9C 0.122.156
Box shadow color #1CA7C9 28.167.201
Text color 1234567890 #007A9C 0.122.156

CSS3 styles:

background: #0D98BA;
color: #007A9C;
background: linear-gradient(to bottom, #0D98BA 0%, #0089AB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0D98BA), color-stop(100%, #0089AB));
background: -webkit-linear-gradient(top, #0D98BA 0%, #0089AB 100%);
background: -moz-linear-gradient(top, #0D98BA 0%, #0089AB 100%);
background: -o-linear-gradient(top, #0D98BA 0%, #0089AB 100%);
background: -ms-linear-gradient(top, #0D98BA 0%, #0089AB 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D98BA', endColorstr='#0089AB', GradientType=0);
border: 1px solid #007A9C;
text-shadow: 0 1px 0 #1CA7C9;
-webkit-text-shadow: 0 1px 0 #1CA7C9;
-moz-text-shadow: 0 1px 0 #1CA7C9;
box-shadow: inset 0 1px 0 #1CA7C9;
-webkit-box-shadow: inset 0 1px 0 #1CA7C9;
-moz-box-shadow: inset 0 1px 0 #1CA7C9;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.