Color Hex Logo

#1d9eda Color Hex

#1D9EDA
(29,158,218)
0 Favorites   0 Comments

Color spaces of #1d9eda

RGB 29158218
HSL0.550.770.48
HSV199°87°85°
CMYK 0.870.280.00   0.15
XYZ25.388429.776970.7391
Yxy29.77690.20160.2365
Hunter Lab54.5682-12.4455-38.6624
CIE-Lab61.4612-11.8750-39.6655

#1d9eda color RGB value is (29,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10011110 11011010
Octal 35 236 332
Decimal 29 158 218
Hex 1D 9E DA

RGB Percentages of Color #1d9eda

%7.16
%39.01
%53.83

CMYK Percentages of Color #1d9eda

%87
%28
%0
%15

Triadic Colors of #1d9eda

#1d9eda #da1d9e #9eda1d

Analogous Colors of #1d9eda

#1d9eda #1d40da #1ddab8

Monochromatic Colors of #1d9eda

#1d9eda

Complementary Color

#1d9eda #da591d

#1d9eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d9eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d9eda Color CSS Codes

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

#1d9eda Text Font Color

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

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


#1d9eda Background Color

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

This div background color is #1d9eda


#1d9eda Border Color

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

This div border color is #1d9eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d9eda


Comments

No comments written yet.

Please login to write comment.