Color Hex Logo

#1dcfff Color Hex

#1DCFFF
(29,207,255)
0 Favorites   0 Comments

Color spaces of #1dcfff

RGB 29207255
HSL0.541.000.56
HSV193°89°100°
CMYK 0.890.190.00   0.00
XYZ40.869552.1069102.5113
Yxy52.10690.20910.2665
Hunter Lab72.1851-25.2615-33.6692
CIE-Lab77.3447-24.9580-35.0809

#1dcfff color RGB value is (29,207,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001111 11111111
Octal 35 317 377
Decimal 29 207 255
Hex 1D CF FF

RGB Percentages of Color #1dcfff

%5.91
%42.16
%51.93

CMYK Percentages of Color #1dcfff

%89
%19
%0
%0

Triadic Colors of #1dcfff

#1dcfff #ff1dcf #cfff1d

Analogous Colors of #1dcfff

#1dcfff #1d5eff #1dffbe

Monochromatic Colors of #1dcfff

#1dcfff

Complementary Color

#1dcfff #ff4d1d

#1dcfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcfff Color CSS Codes

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

#1dcfff Text Font Color

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

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


#1dcfff Background Color

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

This div background color is #1dcfff


#1dcfff Border Color

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

This div border color is #1dcfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcfff


Comments

No comments written yet.

Please login to write comment.