Color Hex Logo

#1ddfed Color Hex

#1DDFED
(29,223,237)
0 Favorites   0 Comments

Color spaces of #1ddfed

RGB 29223237
HSL0.510.850.52
HSV184°88°93°
CMYK 0.880.060.00   0.07
XYZ42.180459.151089.3149
Yxy59.15100.22120.3103
Hunter Lab76.9097-36.6953-15.0164
CIE-Lab81.3745-38.3353-19.3325

#1ddfed color RGB value is (29,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011111 11101101
Octal 35 337 355
Decimal 29 223 237
Hex 1D DF ED

RGB Percentages of Color #1ddfed

%5.93
%45.60
%48.47

CMYK Percentages of Color #1ddfed

%88
%6
%0
%7

Triadic Colors of #1ddfed

#1ddfed #ed1ddf #dfed1d

Analogous Colors of #1ddfed

#1ddfed #1d77ed #1ded93

Monochromatic Colors of #1ddfed

#1ddfed

Complementary Color

#1ddfed #ed2b1d

#1ddfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddfed Color CSS Codes

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

#1ddfed Text Font Color

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

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


#1ddfed Background Color

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

This div background color is #1ddfed


#1ddfed Border Color

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

This div border color is #1ddfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddfed


Comments

No comments written yet.

Please login to write comment.