Color Hex Logo

#1ddfea Color Hex

#1DDFEA
(29,223,234)
0 Favorites   0 Comments

Color spaces of #1ddfea

RGB 29223234
HSL0.510.830.52
HSV183°88°92°
CMYK 0.880.050.00   0.08
XYZ41.745758.977187.0254
Yxy58.97710.22230.3141
Hunter Lab76.7965-37.3635-13.4295
CIE-Lab81.2790-39.2382-17.8836

#1ddfea color RGB value is (29,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011111 11101010
Octal 35 337 352
Decimal 29 223 234
Hex 1D DF EA

RGB Percentages of Color #1ddfea

%5.97
%45.88
%48.15

CMYK Percentages of Color #1ddfea

%88
%5
%0
%8

Triadic Colors of #1ddfea

#1ddfea #ea1ddf #dfea1d

Analogous Colors of #1ddfea

#1ddfea #1d79ea #1dea8f

Monochromatic Colors of #1ddfea

#1ddfea

Complementary Color

#1ddfea #ea281d

#1ddfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddfea Color CSS Codes

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

#1ddfea Text Font Color

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

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


#1ddfea Background Color

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

This div background color is #1ddfea


#1ddfea Border Color

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

This div border color is #1ddfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddfea


Comments

No comments written yet.

Please login to write comment.