Color Hex Logo

#1dadae Color Hex

#1DADAE
(29,173,174)
0 Favorites   0 Comments

Color spaces of #1dadae

RGB 29173174
HSL0.500.710.40
HSV180°83°68°
CMYK 0.830.010.00   0.32
XYZ23.090233.204345.2365
Yxy33.20430.22740.3270
Hunter Lab57.6232-29.3138-6.2088
CIE-Lab64.3260-34.2482-10.7427

#1dadae color RGB value is (29,173,174).

#1dadae hex color red value is 29, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1dadae hue: 0.50 , saturation: 0.71 and the lightness value of 1dadae is 0.40.

The process color (four color CMYK) of #1dadae color hex is 0.83, 0.01, 0.00, 0.32. Web safe color of #1dadae is #339999. Color #1dadae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101101 10101110
Octal 35 255 256
Decimal 29 173 174
Hex 1D AD AE

RGB Percentages of Color #1dadae

%7.71
%46.01
%46.28

CMYK Percentages of Color #1dadae

%83
%1
%0
%32

Triadic Colors of #1dadae

#1dadae #ae1dad #adae1d

Analogous Colors of #1dadae

#1dadae #1d65ae #1dae67

Monochromatic Colors of #1dadae

#1dadae

Complementary Color

#1dadae #ae1e1d

#1dadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dadae Color CSS Codes

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

#1dadae Text Font Color

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

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


#1dadae Background Color

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

This div background color is #1dadae


#1dadae Border Color

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

This div border color is #1dadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dadae


Comments

No comments written yet.

Please login to write comment.