Color Hex Logo

#1dedfd Color Hex

#1DEDFD
(29,237,253)
0 Favorites   0 Comments

Color spaces of #1dedfd

RGB 29237253
HSL0.510.980.55
HSV184°89°99°
CMYK 0.890.060.00   0.01
XYZ48.520567.9214103.4814
Yxy67.92140.22060.3088
Hunter Lab82.4144-39.1356-16.7557
CIE-Lab85.9671-39.9072-20.8311

#1dedfd color RGB value is (29,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11101101 11111101
Octal 35 355 375
Decimal 29 237 253
Hex 1D ED FD

RGB Percentages of Color #1dedfd

%5.59
%45.66
%48.75

CMYK Percentages of Color #1dedfd

%89
%6
%0
%1

Triadic Colors of #1dedfd

#1dedfd #fd1ded #edfd1d

Analogous Colors of #1dedfd

#1dedfd #1d7dfd #1dfd9d

Monochromatic Colors of #1dedfd

#1dedfd

Complementary Color

#1dedfd #fd2d1d

#1dedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dedfd Color CSS Codes

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

#1dedfd Text Font Color

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

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


#1dedfd Background Color

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

This div background color is #1dedfd


#1dedfd Border Color

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

This div border color is #1dedfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,237,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 #1dedfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dedfd


Comments

No comments written yet.

Please login to write comment.