Color Hex Logo

#1da8dd Color Hex

#1DA8DD
(29,168,221)
0 Favorites   0 Comments

Color spaces of #1da8dd

RGB 29168221
HSL0.550.770.49
HSV197°87°87°
CMYK 0.870.240.00   0.13
XYZ27.560533.486973.4176
Yxy33.48690.20500.2490
Hunter Lab57.8679-16.2553-34.7144
CIE-Lab64.5532-16.2694-36.4938

#1da8dd color RGB value is (29,168,221).

#1da8dd hex color red value is 29, green value is 168 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1da8dd hue: 0.55 , saturation: 0.77 and the lightness value of 1da8dd is 0.49.

The process color (four color CMYK) of #1da8dd color hex is 0.87, 0.24, 0.00, 0.13. Web safe color of #1da8dd is #3399cc. Color #1da8dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101000 11011101
Octal 35 250 335
Decimal 29 168 221
Hex 1D A8 DD

RGB Percentages of Color #1da8dd

%6.94
%40.19
%52.87

CMYK Percentages of Color #1da8dd

%87
%24
%0
%13

Triadic Colors of #1da8dd

#1da8dd #dd1da8 #a8dd1d

Analogous Colors of #1da8dd

#1da8dd #1d48dd #1dddb2

Monochromatic Colors of #1da8dd

#1da8dd

Complementary Color

#1da8dd #dd521d

#1da8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1da8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1da8dd Color CSS Codes

.mybgcolor {background-color:#1da8dd; } 
.myforecolor {color:#1da8dd; }
.mybordercolor {border:3px solid #1da8dd; }

#1da8dd Text Font Color

<p style="color:#1da8dd">Text here</p>

This sample text font color is #1da8dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1da8dd Background Color

<div style="background-color:#1da8dd">
Div content here</div>

This div background color is #1da8dd


#1da8dd Border Color

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

This div border color is #1da8dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,168,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1da8dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1da8dd;
  -webkit-box-shadow: 1px 1px 3px 2px #1da8dd;
  box-shadow:         1px 1px 3px 2px #1da8dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,168,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1da8dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1da8dd;
  -webkit-box-shadow: 1px 1px 3px 2px #1da8dd;
  box-shadow:         1px 1px 3px 2px #1da8dd;">
Div content here</div>

This div box has shadow with color #1da8dd


Comments

No comments written yet.

Please login to write comment.