Color Hex Logo

#1ddbff Color Hex

#1DDBFF
(29,219,255)
0 Favorites   0 Comments

Color spaces of #1ddbff

RGB 29219255
HSL0.531.000.56
HSV190°89°100°
CMYK 0.890.140.00   0.00
XYZ43.888258.1442103.5176
Yxy58.14420.21350.2829
Hunter Lab76.2523-30.7032-27.1135
CIE-Lab80.8189-30.8611-29.7303

#1ddbff color RGB value is (29,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011011 11111111
Octal 35 333 377
Decimal 29 219 255
Hex 1D DB FF

RGB Percentages of Color #1ddbff

%5.77
%43.54
%50.70

CMYK Percentages of Color #1ddbff

%89
%14
%0
%0

Triadic Colors of #1ddbff

#1ddbff #ff1ddb #dbff1d

Analogous Colors of #1ddbff

#1ddbff #1d6aff #1dffb2

Monochromatic Colors of #1ddbff

#1ddbff

Complementary Color

#1ddbff #ff411d

#1ddbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddbff Color CSS Codes

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

#1ddbff Text Font Color

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

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


#1ddbff Background Color

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

This div background color is #1ddbff


#1ddbff Border Color

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

This div border color is #1ddbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddbff

Related Colors


Comments

No comments written yet.

Please login to write comment.