Color Hex Logo

#1dcafd Color Hex

#1DCAFD
(29,202,253)
0 Favorites   0 Comments

Color spaces of #1dcafd

RGB 29202253
HSL0.540.980.55
HSV194°89°99°
CMYK 0.890.200.00   0.01
XYZ39.356849.5941100.4268
Yxy49.59410.20780.2619
Hunter Lab70.4231-23.4835-35.2543
CIE-Lab75.8194-23.0983-36.3729

#1dcafd color RGB value is (29,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001010 11111101
Octal 35 312 375
Decimal 29 202 253
Hex 1D CA FD

RGB Percentages of Color #1dcafd

%5.99
%41.74
%52.27

CMYK Percentages of Color #1dcafd

%89
%20
%0
%1

Triadic Colors of #1dcafd

#1dcafd #fd1dca #cafd1d

Analogous Colors of #1dcafd

#1dcafd #1d5afd #1dfdc0

Monochromatic Colors of #1dcafd

#1dcafd

Complementary Color

#1dcafd #fd501d

#1dcafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcafd Color CSS Codes

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

#1dcafd Text Font Color

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

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


#1dcafd Background Color

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

This div background color is #1dcafd


#1dcafd Border Color

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

This div border color is #1dcafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcafd

Related Colors


Comments

No comments written yet.

Please login to write comment.