Color Hex Logo

#1ddcfb Color Hex

#1DDCFB
(29,220,251)
0 Favorites   0 Comments

Color spaces of #1ddcfb

RGB 29220251
HSL0.520.970.55
HSV188°88°98°
CMYK 0.880.120.00   0.02
XYZ43.512558.4126100.2482
Yxy58.41260.21520.2889
Hunter Lab76.4281-32.1246-24.2690
CIE-Lab80.9676-32.6082-27.3813

#1ddcfb color RGB value is (29,220,251).

#1ddcfb hex color red value is 29, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1ddcfb hue: 0.52 , saturation: 0.97 and the lightness value of 1ddcfb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011100 11111011
Octal 35 334 373
Decimal 29 220 251
Hex 1D DC FB

RGB Percentages of Color #1ddcfb

%5.80
%44.00
%50.20

CMYK Percentages of Color #1ddcfb

%88
%12
%0
%2

Triadic Colors of #1ddcfb

#1ddcfb #fb1ddc #dcfb1d

Analogous Colors of #1ddcfb

#1ddcfb #1d6dfb #1dfbab

Monochromatic Colors of #1ddcfb

#1ddcfb

Complementary Color

#1ddcfb #fb3c1d

#1ddcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddcfb Color CSS Codes

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

#1ddcfb Text Font Color

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

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


#1ddcfb Background Color

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

This div background color is #1ddcfb


#1ddcfb Border Color

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

This div border color is #1ddcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddcfb


Comments

No comments written yet.

Please login to write comment.