COLOR #A5E4FD

HEX: #A5E4FD
RGB: (165,228,253)

Renk bilgisi

#A5E4FD contains mainly green and blue colors. #A5E4FD ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#A5E4FD color RGB value is (165,228,253).

  • kırmız ton 165;
  • yeşil ton 228;
  • mavi ton 253.
RGB:
(165,228,253)
(65%,89%,99%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 228 of 255 = 89%
B 253 of 255 = 99%

165
228
253

R + G + B ~ 84%. #A5E4FD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 228 + 253 = 646 (100%)
R 165 of 646 ~ 25.54%
G 228 of 646 ~ 35.29%
B 253 of 646 ~ 39.16%

%25.54
%35.29
%39.16

CMYK RENK MODELİ

#A5E4FD rengi CMYK tonu (35,10,0,1).

  • camgöbeği tonu 34.78%
  • eflatun tonu 9.88%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(35,10,0,1)
C35M10Y0K1 
(35%,10%,0%,1%)
(0.35/0.10/0.00/0.01)	

CMYK yüzdeleri

%34.78
%9.88
%0
%0.78

Codes

Color #A5E4FD in popluar color models

A5E4FD
RGB165228253
HSL197°95.65%81.96%
HSB/HSV197°34.78%99.22%
CMYK34.78%9.88%0.00%
0.78%

Color #A5E4FD in popluar number systems.

HEXA5E4FD
Decimal165228253
Binary101001011110010011111101
Octal245344375

Shades and tints

Shades of #A5E4FD

#A5E4FD
(165,228,253)
#96D0E6
(150,208,230)
#87BCCF
(135,188,207)
#78A8B8
(120,168,184)
#6994A1
(105,148,161)
#5A808A
(90,128,138)
#4B6C73
(75,108,115)
#3C585C
(60,88,92)
#2D4445
(45,68,69)
#1E302E
(30,48,46)
#0F1C17
(15,28,23)
#000000
(0,0,0)

Tints of #A5E4FD

#A5E4FD
(165,228,253)
#ADE6FD
(173,230,253)
#B5E8FD
(181,232,253)
#BDEAFD
(189,234,253)
#C5ECFD
(197,236,253)
#CDEEFD
(205,238,253)
#D5F0FD
(213,240,253)
#DDF2FD
(221,242,253)
#E5F4FD
(229,244,253)
#EDF6FD
(237,246,253)
#F5F8FD
(245,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E4FD color. Also use rgb(165,228,253) instead hex code.

Text Font Color

.myTextColor { color: #A5E4FD; }

<p style="color:#A5E4FD">This sample text font color is #A5E4FD.</p>

This text font color is #A5E4FD.


Background Color

.myBgColor { background-color: #A5E4FD; }

<div style="background-color:#A5E4FD">Inner text</div>

This div background color is #A5E4FD.


Border color

.myBorderColor { border: 1px solid #A5E4FD; }

<div style="border:3px solid #A5E4FD">Div</div>

This div border color is #A5E4FD.


Opacity

.myOpacity80 { color: #A5E4FD; opacity: 0.8; }

<p style="color:#A5E4FD;opacity:0.8;">80%</p>

Text with #A5E4FD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5E4FD;}

<p style="text-shadow: 3px 3px 1px #A5E4FD">Text here.</p>

This text has shadow with #A5E4FD color.

.textShadow {text-shadow: 3px 3px 1px #A5E4FD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5E4FD, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5E4FD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5E4FD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5E4FD, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5E4FD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5E4FD;
  -webkit-box-shadow:	1px 1px 3px 2px #A5E4FD;
  box-shadow:		1px 1px 3px 2px #A5E4FD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5E4FD;
-webkit-box-shadow: 1px 1px 3px 2px #A5E4FD;
box-shadow:1px 1px 3px 2px #A5E4FD;">
Div content here</div>
This div box has shadow with color #A5E4FD.

Preview

Color preview on black background

This text has color #A5E4FD on black background.


Color preview on white background

This text has color #A5E4FD on white background.



Black color preview on #A5E4FD background

This text has black color on #A5E4FD background.


White color preview on #A5E4FD background

This text has white color on #A5E4FD background.