Gradient Pale Cyan

Gradient and text preview:

This paragraph uses color with hex code 69B5DA. Color of text is in garmony with gradient primary color 87D3F8.

Stat info: Views 237 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #87D3F8 135.211.248
Secondary color #78C4E9 120.196.233
Border color #69B5DA 105.181.218
Box shadow color #96E2FF 150.226.255
Text color 1234567890 #69B5DA 105.181.218

CSS3 styles:

background: #87D3F8;
color: #69B5DA;
background: linear-gradient(to bottom, #87D3F8 0%, #78C4E9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87D3F8), color-stop(100%, #78C4E9));
background: -webkit-linear-gradient(top, #87D3F8 0%, #78C4E9 100%);
background: -moz-linear-gradient(top, #87D3F8 0%, #78C4E9 100%);
background: -o-linear-gradient(top, #87D3F8 0%, #78C4E9 100%);
background: -ms-linear-gradient(top, #87D3F8 0%, #78C4E9 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87D3F8', endColorstr='#78C4E9', GradientType=0);
border: 1px solid #69B5DA;
text-shadow: 0 1px 0 #96E2FF;
-webkit-text-shadow: 0 1px 0 #96E2FF;
-moz-text-shadow: 0 1px 0 #96E2FF;
box-shadow: inset 0 1px 0 #96E2FF;
-webkit-box-shadow: inset 0 1px 0 #96E2FF;
-moz-box-shadow: inset 0 1px 0 #96E2FF;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.