Color Hex Logo

#1deefd Color Hex

#1DEEFD
(29,238,253)
0 Favorites   0 Comments

Color spaces of #1deefd

RGB 29238253
HSL0.510.980.55
HSV184°89°99°
CMYK 0.890.060.00   0.01
XYZ48.810968.5021103.5781
Yxy68.50210.22100.3101
Hunter Lab82.7660-39.5709-16.2627
CIE-Lab86.2569-40.3606-20.3927

#1deefd color RGB value is (29,238,253).

#1deefd hex color red value is 29, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1deefd hue: 0.51 , saturation: 0.98 and the lightness value of 1deefd is 0.55.

The process color (four color CMYK) of #1deefd color hex is 0.89, 0.06, 0.00, 0.01. Web safe color of #1deefd is #33ffff. Color #1deefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11101110 11111101
Octal 35 356 375
Decimal 29 238 253
Hex 1D EE FD

RGB Percentages of Color #1deefd

%5.58
%45.77
%48.65

CMYK Percentages of Color #1deefd

%89
%6
%0
%1

Triadic Colors of #1deefd

#1deefd #fd1dee #eefd1d

Analogous Colors of #1deefd

#1deefd #1d7efd #1dfd9c

Monochromatic Colors of #1deefd

#1deefd

Complementary Color

#1deefd #fd2c1d

#1deefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1deefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1deefd Color CSS Codes

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

#1deefd Text Font Color

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

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


#1deefd Background Color

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

This div background color is #1deefd


#1deefd Border Color

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

This div border color is #1deefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1deefd

Related Colors


Comments

No comments written yet.

Please login to write comment.