Color Hex Logo

#1d9fdb Color Hex

#1D9FDB
(29,159,219)
0 Favorites   0 Comments

Color spaces of #1d9fdb

RGB 29159219
HSL0.550.770.49
HSV199°87°86°
CMYK 0.870.270.00   0.14
XYZ25.691030.172071.4875
Yxy30.17200.20170.2369
Hunter Lab54.9290-12.6392-38.7127
CIE-Lab61.8023-12.0709-39.6861

#1d9fdb color RGB value is (29,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10011111 11011011
Octal 35 237 333
Decimal 29 159 219
Hex 1D 9F DB

RGB Percentages of Color #1d9fdb

%7.13
%39.07
%53.81

CMYK Percentages of Color #1d9fdb

%87
%27
%0
%14

Triadic Colors of #1d9fdb

#1d9fdb #db1d9f #9fdb1d

Analogous Colors of #1d9fdb

#1d9fdb #1d40db #1ddbb8

Monochromatic Colors of #1d9fdb

#1d9fdb

Complementary Color

#1d9fdb #db591d

#1d9fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d9fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d9fdb Color CSS Codes

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

#1d9fdb Text Font Color

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

This sample text font color is #1d9fdb
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.


#1d9fdb Background Color

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

This div background color is #1d9fdb


#1d9fdb Border Color

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

This div border color is #1d9fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d9fdb


Comments

No comments written yet.

Please login to write comment.