COLOR #1DA5E5

HEX: #1DA5E5
RGB: (29,165,229)

Renk bilgisi

#1DA5E5 contains mainly blue color. #1DA5E5 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#1DA5E5 color RGB value is (29,165,229).

  • kırmız ton 29;
  • yeşil ton 165;
  • mavi ton 229.
RGB:
(29,165,229)
(11%,65%,90%)

RGB bağlantıları ve doygunluk

R 29 of 255 = 11%
G 165 of 255 = 65%
B 229 of 255 = 90%

29
165
229

R + G + B ~ 55%. #1DA5E5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
29 + 165 + 229 = 423 (100%)
R 29 of 423 ~ 6.86%
G 165 of 423 ~ 39.01%
B 229 of 423 ~ 54.14%

%39.01
%54.14

CMYK RENK MODELİ

#1DA5E5 rengi CMYK tonu (87,28,0,10).

  • camgöbeği tonu 87.34%
  • eflatun tonu 27.95%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(87,28,0,10)
C87M28Y0K10 
(87%,28%,0%,10%)
(0.87/0.28/0.00/0.10)	

CMYK yüzdeleri

%87.34
%27.95
%0
%10.2

Codes

Color #1DA5E5 in popluar color models

1DA5E5
RGB29165229
HSL199°79.37%50.59%
HSB/HSV199°87.34%89.80%
CMYK87.34%27.95%0.00%
10.20%

Color #1DA5E5 in popluar number systems.

HEX1DA5E5
Decimal29165229
Binary111011010010111100101
Octal35245345

Shades and tints

Shades of #1DA5E5

#1DA5E5
(29,165,229)
#1B96D1
(27,150,209)
#1987BD
(25,135,189)
#1778A9
(23,120,169)
#156995
(21,105,149)
#135A81
(19,90,129)
#114B6D
(17,75,109)
#0F3C59
(15,60,89)
#0D2D45
(13,45,69)
#0B1E31
(11,30,49)
#090F1D
(9,15,29)
#000000
(0,0,0)

Tints of #1DA5E5

#1DA5E5
(29,165,229)
#31ADE7
(49,173,231)
#45B5E9
(69,181,233)
#59BDEB
(89,189,235)
#6DC5ED
(109,197,237)
#81CDEF
(129,205,239)
#95D5F1
(149,213,241)
#A9DDF3
(169,221,243)
#BDE5F5
(189,229,245)
#D1EDF7
(209,237,247)
#E5F5F9
(229,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DA5E5 color. Also use rgb(29,165,229) instead hex code.

Text Font Color

.myTextColor { color: #1DA5E5; }

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

This text font color is #1DA5E5.


Background Color

.myBgColor { background-color: #1DA5E5; }

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

This div background color is #1DA5E5.


Border color

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

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

This div border color is #1DA5E5.


Opacity

.myOpacity80 { color: #1DA5E5; opacity: 0.8; }

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

Text with #1DA5E5 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 #1DA5E5;}

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

This text has shadow with #1DA5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DA5E5 on black background.


Color preview on white background

This text has color #1DA5E5 on white background.



Black color preview on #1DA5E5 background

This text has black color on #1DA5E5 background.


White color preview on #1DA5E5 background

This text has white color on #1DA5E5 background.