Color Hex Logo

#1ddcff Color Hex

#1DDCFF
(29,220,255)
0 Favorites   0 Comments

Color spaces of #1ddcff

RGB 29220255
HSL0.531.000.56
HSV189°89°100°
CMYK 0.890.140.00   0.00
XYZ44.149958.6676103.6048
Yxy58.66760.21390.2842
Hunter Lab76.5948-31.1519-26.5814
CIE-Lab81.1085-31.3430-29.2861

#1ddcff color RGB value is (29,220,255).

#1ddcff hex color red value is 29, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1ddcff hue: 0.53 , saturation: 1.00 and the lightness value of 1ddcff is 0.56.

The process color (four color CMYK) of #1ddcff color hex is 0.89, 0.14, 0.00, 0.00. Web safe color of #1ddcff is #33ccff. Color #1ddcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011100 11111111
Octal 35 334 377
Decimal 29 220 255
Hex 1D DC FF

RGB Percentages of Color #1ddcff

%5.75
%43.65
%50.60

CMYK Percentages of Color #1ddcff

%89
%14
%0
%0

Triadic Colors of #1ddcff

#1ddcff #ff1ddc #dcff1d

Analogous Colors of #1ddcff

#1ddcff #1d6bff #1dffb1

Monochromatic Colors of #1ddcff

#1ddcff

Complementary Color

#1ddcff #ff401d

#1ddcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddcff Color CSS Codes

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

#1ddcff Text Font Color

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

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


#1ddcff Background Color

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

This div background color is #1ddcff


#1ddcff Border Color

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

This div border color is #1ddcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddcff


Comments

No comments written yet.

Please login to write comment.