Color Hex Logo

#1ddeaf Color Hex

#1DDEAF
(29,222,175)
0 Favorites   0 Comments

Color spaces of #1ddeaf

RGB 29222175
HSL0.460.770.49
HSV165°87°87°
CMYK 0.870.000.21   0.13
XYZ34.365855.598949.4778
Yxy55.59890.24650.3987
Hunter Lab74.5647-48.220112.8531
CIE-Lab79.3850-54.937810.6957

#1ddeaf color RGB value is (29,222,175).

#1ddeaf hex color red value is 29, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1ddeaf hue: 0.46 , saturation: 0.77 and the lightness value of 1ddeaf is 0.49.

The process color (four color CMYK) of #1ddeaf color hex is 0.87, 0.00, 0.21, 0.13. Web safe color of #1ddeaf is #33cc99. Color #1ddeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011110 10101111
Octal 35 336 257
Decimal 29 222 175
Hex 1D DE AF

RGB Percentages of Color #1ddeaf

%6.81
%52.11
%41.08

CMYK Percentages of Color #1ddeaf

%87
%0
%21
%13

Triadic Colors of #1ddeaf

#1ddeaf #af1dde #deaf1d

Analogous Colors of #1ddeaf

#1ddeaf #1dadde #1dde4f

Monochromatic Colors of #1ddeaf

#1ddeaf

Complementary Color

#1ddeaf #de1d4c

#1ddeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddeaf Color CSS Codes

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

#1ddeaf Text Font Color

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

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


#1ddeaf Background Color

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

This div background color is #1ddeaf


#1ddeaf Border Color

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

This div border color is #1ddeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddeaf


Comments

No comments written yet.

Please login to write comment.