Color Hex Logo

#1daeec Color Hex

#1DAEEC
(29,174,236)
0 Favorites   0 Comments

Color spaces of #1daeec

RGB 29174236
HSL0.550.840.52
HSV198°88°93°
CMYK 0.880.260.00   0.07
XYZ30.783136.589484.7969
Yxy36.58940.20230.2405
Hunter Lab60.4892-15.0169-40.7734
CIE-Lab66.9678-14.2508-40.9600

#1daeec color RGB value is (29,174,236).

#1daeec hex color red value is 29, green value is 174 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1daeec hue: 0.55 , saturation: 0.84 and the lightness value of 1daeec is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101110 11101100
Octal 35 256 354
Decimal 29 174 236
Hex 1D AE EC

RGB Percentages of Color #1daeec

%6.61
%39.64
%53.76

CMYK Percentages of Color #1daeec

%88
%26
%0
%7

Triadic Colors of #1daeec

#1daeec #ec1dae #aeec1d

Analogous Colors of #1daeec

#1daeec #1d46ec #1decc3

Monochromatic Colors of #1daeec

#1daeec

Complementary Color

#1daeec #ec5b1d

#1daeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daeec Color CSS Codes

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

#1daeec Text Font Color

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

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


#1daeec Background Color

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

This div background color is #1daeec


#1daeec Border Color

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

This div border color is #1daeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daeec


Comments

No comments written yet.

Please login to write comment.