Color Hex Logo

#1dadee Color Hex

#1DADEE
(29,173,238)
0 Favorites   0 Comments

Color spaces of #1dadee

RGB 29173238
HSL0.550.860.52
HSV199°88°93°
CMYK 0.880.270.00   0.07
XYZ30.882936.321486.2720
Yxy36.32140.20120.2367
Hunter Lab60.2672-13.9984-42.6860
CIE-Lab66.7648-13.0048-42.3709

#1dadee color RGB value is (29,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101101 11101110
Octal 35 255 356
Decimal 29 173 238
Hex 1D AD EE

RGB Percentages of Color #1dadee

%6.59
%39.32
%54.09

CMYK Percentages of Color #1dadee

%88
%27
%0
%7

Triadic Colors of #1dadee

#1dadee #ee1dad #adee1d

Analogous Colors of #1dadee

#1dadee #1d44ee #1deec7

Monochromatic Colors of #1dadee

#1dadee

Complementary Color

#1dadee #ee5e1d

#1dadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dadee Color CSS Codes

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

#1dadee Text Font Color

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

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


#1dadee Background Color

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

This div background color is #1dadee


#1dadee Border Color

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

This div border color is #1dadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dadee


Comments

No comments written yet.

Please login to write comment.