Color Hex Logo

#1daafe Color Hex

#1DAAFE
(29,170,254)
0 Favorites   0 Comments

Color spaces of #1daafe

RGB 29170254
HSL0.560.990.55
HSV202°89°100°
CMYK 0.890.330.00   0.00
XYZ32.770836.166499.0195
Yxy36.16640.19510.2153
Hunter Lab60.1385-7.9738-55.5255
CIE-Lab66.6469-5.6303-51.2741

#1daafe color RGB value is (29,170,254).

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

The process color (four color CMYK) of #1daafe color hex is 0.89, 0.33, 0.00, 0.00. Web safe color of #1daafe is #3399ff. Color #1daafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101010 11111110
Octal 35 252 376
Decimal 29 170 254
Hex 1D AA FE

RGB Percentages of Color #1daafe

%6.40
%37.53
%56.07

CMYK Percentages of Color #1daafe

%89
%33
%0
%0

Triadic Colors of #1daafe

#1daafe #fe1daa #aafe1d

Analogous Colors of #1daafe

#1daafe #1d3afe #1dfee2

Monochromatic Colors of #1daafe

#1daafe

Complementary Color

#1daafe #fe711d

#1daafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daafe Color CSS Codes

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

#1daafe Text Font Color

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

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


#1daafe Background Color

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

This div background color is #1daafe


#1daafe Border Color

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

This div border color is #1daafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daafe


Comments

No comments written yet.

Please login to write comment.