Color Hex Logo

#1dcbff Color Hex

#1DCBFF
(29,203,255)
0 Favorites   0 Comments

Color spaces of #1dcbff

RGB 29203255
HSL0.541.000.56
HSV194°89°100°
CMYK 0.890.200.00   0.00
XYZ39.912650.1931102.1924
Yxy50.19310.20760.2610
Hunter Lab70.8471-23.4222-35.9291
CIE-Lab76.1876-22.9392-36.8724

#1dcbff color RGB value is (29,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001011 11111111
Octal 35 313 377
Decimal 29 203 255
Hex 1D CB FF

RGB Percentages of Color #1dcbff

%5.95
%41.68
%52.36

CMYK Percentages of Color #1dcbff

%89
%20
%0
%0

Triadic Colors of #1dcbff

#1dcbff #ff1dcb #cbff1d

Analogous Colors of #1dcbff

#1dcbff #1d5aff #1dffc2

Monochromatic Colors of #1dcbff

#1dcbff

Complementary Color

#1dcbff #ff511d

#1dcbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcbff Color CSS Codes

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

#1dcbff Text Font Color

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

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


#1dcbff Background Color

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

This div background color is #1dcbff


#1dcbff Border Color

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

This div border color is #1dcbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcbff

Related Colors


Comments

No comments written yet.

Please login to write comment.