Color Hex Logo

#1dcefb Color Hex

#1DCEFB
(29,206,251)
0 Favorites   0 Comments

Color spaces of #1dcefb

RGB 29206251
HSL0.530.970.55
HSV192°88°98°
CMYK 0.880.180.00   0.02
XYZ39.990651.368999.0742
Yxy51.36890.21000.2697
Hunter Lab71.6721-25.8292-31.7876
CIE-Lab76.9019-25.7743-33.6286

#1dcefb color RGB value is (29,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001110 11111011
Octal 35 316 373
Decimal 29 206 251
Hex 1D CE FB

RGB Percentages of Color #1dcefb

%5.97
%42.39
%51.65

CMYK Percentages of Color #1dcefb

%88
%18
%0
%2

Triadic Colors of #1dcefb

#1dcefb #fb1dce #cefb1d

Analogous Colors of #1dcefb

#1dcefb #1d5ffb #1dfbb9

Monochromatic Colors of #1dcefb

#1dcefb

Complementary Color

#1dcefb #fb4a1d

#1dcefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcefb Color CSS Codes

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

#1dcefb Text Font Color

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

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


#1dcefb Background Color

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

This div background color is #1dcefb


#1dcefb Border Color

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

This div border color is #1dcefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcefb


Comments

No comments written yet.

Please login to write comment.