Color Hex Logo

#1ddffb Color Hex

#1DDFFB
(29,223,251)
0 Favorites   0 Comments

Color spaces of #1ddffb

RGB 29223251
HSL0.520.970.55
HSV188°88°98°
CMYK 0.880.110.00   0.02
XYZ44.307060.0016100.5130
Yxy60.00160.21630.2929
Hunter Lab77.4607-33.4554-22.7122
CIE-Lab81.8391-34.0330-26.0500

#1ddffb color RGB value is (29,223,251).

#1ddffb hex color red value is 29, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1ddffb hue: 0.52 , saturation: 0.97 and the lightness value of 1ddffb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011111 11111011
Octal 35 337 373
Decimal 29 223 251
Hex 1D DF FB

RGB Percentages of Color #1ddffb

%5.77
%44.33
%49.90

CMYK Percentages of Color #1ddffb

%88
%11
%0
%2

Triadic Colors of #1ddffb

#1ddffb #fb1ddf #dffb1d

Analogous Colors of #1ddffb

#1ddffb #1d70fb #1dfba8

Monochromatic Colors of #1ddffb

#1ddffb

Complementary Color

#1ddffb #fb391d

#1ddffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddffb Color CSS Codes

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

#1ddffb Text Font Color

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

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


#1ddffb Background Color

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

This div background color is #1ddffb


#1ddffb Border Color

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

This div border color is #1ddffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddffb


Comments

No comments written yet.

Please login to write comment.