Color Hex Logo

#1dceff Color Hex

#1DCEFF
(29,206,255)
0 Favorites   0 Comments

Color spaces of #1dceff

RGB 29206255
HSL0.541.000.56
HSV193°89°100°
CMYK 0.890.190.00   0.00
XYZ40.628051.6238102.4308
Yxy51.62380.20870.2652
Hunter Lab71.8497-24.8027-34.2306
CIE-Lab77.0553-24.4555-35.5285

#1dceff color RGB value is (29,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001110 11111111
Octal 35 316 377
Decimal 29 206 255
Hex 1D CE FF

RGB Percentages of Color #1dceff

%5.92
%42.04
%52.04

CMYK Percentages of Color #1dceff

%89
%19
%0
%0

Triadic Colors of #1dceff

#1dceff #ff1dce #ceff1d

Analogous Colors of #1dceff

#1dceff #1d5dff #1dffbf

Monochromatic Colors of #1dceff

#1dceff

Complementary Color

#1dceff #ff4e1d

#1dceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dceff Color CSS Codes

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

#1dceff Text Font Color

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

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


#1dceff Background Color

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

This div background color is #1dceff


#1dceff Border Color

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

This div border color is #1dceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dceff

Related Colors


Comments

No comments written yet.

Please login to write comment.