Color Hex Logo

#1d8ddd Color Hex

#1D8DDD
(29,141,221)
0 Favorites   0 Comments

Color spaces of #1d8ddd

RGB 29141221
HSL0.570.770.49
HSV205°87°87°
CMYK 0.870.360.00   0.13
XYZ23.082724.531471.9251
Yxy24.53140.19310.2052
Hunter Lab49.5292-3.4875-51.4291
CIE-Lab56.6160-1.0491-48.9821

#1d8ddd color RGB value is (29,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10001101 11011101
Octal 35 215 335
Decimal 29 141 221
Hex 1D 8D DD

RGB Percentages of Color #1d8ddd

%7.42
%36.06
%56.52

CMYK Percentages of Color #1d8ddd

%87
%36
%0
%13

Triadic Colors of #1d8ddd

#1d8ddd #dd1d8d #8ddd1d

Analogous Colors of #1d8ddd

#1d8ddd #1d2ddd #1dddcd

Monochromatic Colors of #1d8ddd

#1d8ddd

Complementary Color

#1d8ddd #dd6d1d

#1d8ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d8ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d8ddd Color CSS Codes

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

#1d8ddd Text Font Color

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

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


#1d8ddd Background Color

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

This div background color is #1d8ddd


#1d8ddd Border Color

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

This div border color is #1d8ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,141,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 #1d8ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d8ddd


Comments

No comments written yet.

Please login to write comment.