Color Hex Logo

#1de5ed Color Hex

#1DE5ED
(29,229,237)
0 Favorites   0 Comments

Color spaces of #1de5ed

RGB 29229237
HSL0.510.850.52
HSV182°88°93°
CMYK 0.880.030.00   0.07
XYZ43.812162.414389.8588
Yxy62.41430.22340.3183
Hunter Lab79.0027-39.2650-12.1354
CIE-Lab83.1333-41.0603-16.6794

#1de5ed color RGB value is (29,229,237).

#1de5ed hex color red value is 29, green value is 229 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1de5ed hue: 0.51 , saturation: 0.85 and the lightness value of 1de5ed is 0.52.

The process color (four color CMYK) of #1de5ed color hex is 0.88, 0.03, 0.00, 0.07. Web safe color of #1de5ed is #33ccff. Color #1de5ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11100101 11101101
Octal 35 345 355
Decimal 29 229 237
Hex 1D E5 ED

RGB Percentages of Color #1de5ed

%5.86
%46.26
%47.88

CMYK Percentages of Color #1de5ed

%88
%3
%0
%7

Triadic Colors of #1de5ed

#1de5ed #ed1de5 #e5ed1d

Analogous Colors of #1de5ed

#1de5ed #1d7ded #1ded8d

Monochromatic Colors of #1de5ed

#1de5ed

Complementary Color

#1de5ed #ed251d

#1de5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1de5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1de5ed Color CSS Codes

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

#1de5ed Text Font Color

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

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


#1de5ed Background Color

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

This div background color is #1de5ed


#1de5ed Border Color

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

This div border color is #1de5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1de5ed


Comments

No comments written yet.

Please login to write comment.