Color Hex Logo

#1daae6 Color Hex

#1DAAE6
(29,170,230)
0 Favorites   0 Comments

Color spaces of #1daae6

RGB 29170230
HSL0.550.800.51
HSV198°87°90°
CMYK 0.870.260.00   0.10
XYZ29.164334.723880.0282
Yxy34.72380.20260.2413
Hunter Lab58.9269-14.7783-39.2725
CIE-Lab65.5331-14.1941-39.9176

#1daae6 color RGB value is (29,170,230).

#1daae6 hex color red value is 29, green value is 170 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #1daae6 hue: 0.55 , saturation: 0.80 and the lightness value of 1daae6 is 0.51.

The process color (four color CMYK) of #1daae6 color hex is 0.87, 0.26, 0.00, 0.10. Web safe color of #1daae6 is #3399ff. Color #1daae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101010 11100110
Octal 35 252 346
Decimal 29 170 230
Hex 1D AA E6

RGB Percentages of Color #1daae6

%6.76
%39.63
%53.61

CMYK Percentages of Color #1daae6

%87
%26
%0
%10

Triadic Colors of #1daae6

#1daae6 #e61daa #aae61d

Analogous Colors of #1daae6

#1daae6 #1d46e6 #1de6be

Monochromatic Colors of #1daae6

#1daae6

Complementary Color

#1daae6 #e6591d

#1daae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daae6 Color CSS Codes

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

#1daae6 Text Font Color

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

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


#1daae6 Background Color

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

This div background color is #1daae6


#1daae6 Border Color

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

This div border color is #1daae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daae6


Comments

No comments written yet.

Please login to write comment.