Color Hex Logo

#1ddaf1 Color Hex

#1DDAF1
(29,218,241)
0 Favorites   0 Comments

Color spaces of #1ddaf1

RGB 29218241
HSL0.520.880.53
HSV187°88°95°
CMYK 0.880.100.00   0.05
XYZ41.455356.754991.9890
Yxy56.75490.21800.2984
Hunter Lab75.3358-33.6140-19.6611
CIE-Lab80.0415-34.7877-23.4808

#1ddaf1 color RGB value is (29,218,241).

#1ddaf1 hex color red value is 29, green value is 218 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #1ddaf1 hue: 0.52 , saturation: 0.88 and the lightness value of 1ddaf1 is 0.53.

The process color (four color CMYK) of #1ddaf1 color hex is 0.88, 0.10, 0.00, 0.05. Web safe color of #1ddaf1 is #33ccff. Color #1ddaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011010 11110001
Octal 35 332 361
Decimal 29 218 241
Hex 1D DA F1

RGB Percentages of Color #1ddaf1

%5.94
%44.67
%49.39

CMYK Percentages of Color #1ddaf1

%88
%10
%0
%5

Triadic Colors of #1ddaf1

#1ddaf1 #f11dda #daf11d

Analogous Colors of #1ddaf1

#1ddaf1 #1d70f1 #1df19e

Monochromatic Colors of #1ddaf1

#1ddaf1

Complementary Color

#1ddaf1 #f1341d

#1ddaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddaf1 Color CSS Codes

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

#1ddaf1 Text Font Color

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

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


#1ddaf1 Background Color

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

This div background color is #1ddaf1


#1ddaf1 Border Color

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

This div border color is #1ddaf1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,218,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1ddaf1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddaf1


Comments

No comments written yet.

Please login to write comment.