Color Hex Logo

#1dcaff Color Hex

#1DCAFF
(29,202,255)
0 Favorites   0 Comments

Color spaces of #1dcaff

RGB 29202255
HSL0.541.000.56
HSV194°89°100°
CMYK 0.890.210.00   0.00
XYZ39.677249.7223102.1139
Yxy49.72230.20720.2596
Hunter Lab70.5140-22.9603-36.5001
CIE-Lab75.8985-22.4305-37.3208

#1dcaff color RGB value is (29,202,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001010 11111111
Octal 35 312 377
Decimal 29 202 255
Hex 1D CA FF

RGB Percentages of Color #1dcaff

%5.97
%41.56
%52.47

CMYK Percentages of Color #1dcaff

%89
%21
%0
%0

Triadic Colors of #1dcaff

#1dcaff #ff1dca #caff1d

Analogous Colors of #1dcaff

#1dcaff #1d59ff #1dffc3

Monochromatic Colors of #1dcaff

#1dcaff

Complementary Color

#1dcaff #ff521d

#1dcaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcaff Color CSS Codes

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

#1dcaff Text Font Color

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

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


#1dcaff Background Color

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

This div background color is #1dcaff


#1dcaff Border Color

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

This div border color is #1dcaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcaff

Related Colors

#1dcaff Color Palettes


Comments

No comments written yet.

Please login to write comment.