Color Hex Logo

#1deabc Color Hex

#1DEABC
(29,234,188)
0 Favorites   0 Comments

Color spaces of #1deabc

RGB 29234188
HSL0.460.830.52
HSV167°88°92°
CMYK 0.880.000.20   0.08
XYZ39.006662.737757.6307
Yxy62.73770.24470.3936
Hunter Lab79.2071-50.707812.3059
CIE-Lab83.3042-56.46879.4329

#1deabc color RGB value is (29,234,188).

#1deabc hex color red value is 29, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1deabc hue: 0.46 , saturation: 0.83 and the lightness value of 1deabc is 0.52.

The process color (four color CMYK) of #1deabc color hex is 0.88, 0.00, 0.20, 0.08. Web safe color of #1deabc is #33ffcc. Color #1deabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11101010 10111100
Octal 35 352 274
Decimal 29 234 188
Hex 1D EA BC

RGB Percentages of Color #1deabc

%6.43
%51.88
%41.69

CMYK Percentages of Color #1deabc

%88
%0
%20
%8

Triadic Colors of #1deabc

#1deabc #bc1dea #eabc1d

Analogous Colors of #1deabc

#1deabc #1db2ea #1dea56

Monochromatic Colors of #1deabc

#1deabc

Complementary Color

#1deabc #ea1d4b

#1deabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1deabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1deabc Color CSS Codes

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

#1deabc Text Font Color

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

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


#1deabc Background Color

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

This div background color is #1deabc


#1deabc Border Color

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

This div border color is #1deabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1deabc

#1deabc Color Palettes


Comments

No comments written yet.

Please login to write comment.