Color Hex Logo

#1ddeef Color Hex

#1DDEEF
(29,222,239)
0 Favorites   0 Comments

Color spaces of #1ddeef

RGB 29222239
HSL0.510.870.53
HSV185°88°94°
CMYK 0.880.070.00   0.06
XYZ42.208058.735890.7739
Yxy58.73580.22020.3064
Hunter Lab76.6393-35.8124-16.5774
CIE-Lab81.1462-37.2678-20.7402

#1ddeef color RGB value is (29,222,239).

#1ddeef hex color red value is 29, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1ddeef hue: 0.51 , saturation: 0.87 and the lightness value of 1ddeef is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011110 11101111
Octal 35 336 357
Decimal 29 222 239
Hex 1D DE EF

RGB Percentages of Color #1ddeef

%5.92
%45.31
%48.78

CMYK Percentages of Color #1ddeef

%88
%7
%0
%6

Triadic Colors of #1ddeef

#1ddeef #ef1dde #deef1d

Analogous Colors of #1ddeef

#1ddeef #1d75ef #1def97

Monochromatic Colors of #1ddeef

#1ddeef

Complementary Color

#1ddeef #ef2e1d

#1ddeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddeef Color CSS Codes

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

#1ddeef Text Font Color

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

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


#1ddeef Background Color

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

This div background color is #1ddeef


#1ddeef Border Color

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

This div border color is #1ddeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddeef


Comments

No comments written yet.

Please login to write comment.