Color Hex Logo

#1dadce Color Hex

#1DADCE
(29,173,206)
0 Favorites   0 Comments

Color spaces of #1dadce

RGB 29173206
HSL0.530.750.46
HSV191°86°81°
CMYK 0.860.160.00   0.19
XYZ26.590834.604663.6704
Yxy34.60460.21300.2771
Hunter Lab58.8257-22.2581-22.9950
CIE-Lab65.4397-24.0180-26.8328

#1dadce color RGB value is (29,173,206).

#1dadce hex color red value is 29, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1dadce hue: 0.53 , saturation: 0.75 and the lightness value of 1dadce is 0.46.

The process color (four color CMYK) of #1dadce color hex is 0.86, 0.16, 0.00, 0.19. Web safe color of #1dadce is #3399cc. Color #1dadce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101101 11001110
Octal 35 255 316
Decimal 29 173 206
Hex 1D AD CE

RGB Percentages of Color #1dadce

%7.11
%42.40
%50.49

CMYK Percentages of Color #1dadce

%86
%16
%0
%19

Triadic Colors of #1dadce

#1dadce #ce1dad #adce1d

Analogous Colors of #1dadce

#1dadce #1d54ce #1dce97

Monochromatic Colors of #1dadce

#1dadce

Complementary Color

#1dadce #ce3e1d

#1dadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dadce Color CSS Codes

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

#1dadce Text Font Color

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

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


#1dadce Background Color

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

This div background color is #1dadce


#1dadce Border Color

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

This div border color is #1dadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dadce


Comments

No comments written yet.

Please login to write comment.