Color Hex Logo

#1daebe Color Hex

#1DAEBE
(29,174,190)
0 Favorites   0 Comments

Color spaces of #1daebe

RGB 29174190
HSL0.520.740.43
HSV186°85°75°
CMYK 0.850.080.00   0.25
XYZ24.937034.251054.0120
Yxy34.25100.22030.3026
Hunter Lab58.5244-26.3595-13.7516
CIE-Lab65.1613-29.7434-18.3883

#1daebe color RGB value is (29,174,190).

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

The process color (four color CMYK) of #1daebe color hex is 0.85, 0.08, 0.00, 0.25. Web safe color of #1daebe is #3399cc. Color #1daebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101110 10111110
Octal 35 256 276
Decimal 29 174 190
Hex 1D AE BE

RGB Percentages of Color #1daebe

%7.38
%44.27
%48.35

CMYK Percentages of Color #1daebe

%85
%8
%0
%25

Triadic Colors of #1daebe

#1daebe #be1dae #aebe1d

Analogous Colors of #1daebe

#1daebe #1d5ebe #1dbe7e

Monochromatic Colors of #1daebe

#1daebe

Complementary Color

#1daebe #be2d1d

#1daebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daebe Color CSS Codes

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

#1daebe Text Font Color

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

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


#1daebe Background Color

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

This div background color is #1daebe


#1daebe Border Color

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

This div border color is #1daebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daebe


Comments

No comments written yet.

Please login to write comment.