Color Hex Logo

#1dcffd Color Hex

#1DCFFD
(29,207,253)
0 Favorites   0 Comments

Color spaces of #1dcffd

RGB 29207253
HSL0.530.980.55
HSV192°89°99°
CMYK 0.890.180.00   0.01
XYZ40.549151.9787100.8242
Yxy51.97870.20970.2688
Hunter Lab72.0963-25.7747-32.4477
CIE-Lab77.2681-25.6165-34.1317

#1dcffd color RGB value is (29,207,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001111 11111101
Octal 35 317 375
Decimal 29 207 253
Hex 1D CF FD

RGB Percentages of Color #1dcffd

%5.93
%42.33
%51.74

CMYK Percentages of Color #1dcffd

%89
%18
%0
%1

Triadic Colors of #1dcffd

#1dcffd #fd1dcf #cffd1d

Analogous Colors of #1dcffd

#1dcffd #1d5ffd #1dfdbb

Monochromatic Colors of #1dcffd

#1dcffd

Complementary Color

#1dcffd #fd4b1d

#1dcffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcffd Color CSS Codes

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

#1dcffd Text Font Color

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

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


#1dcffd Background Color

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

This div background color is #1dcffd


#1dcffd Border Color

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

This div border color is #1dcffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcffd


Comments

No comments written yet.

Please login to write comment.