Color Hex Logo

#ddfef6 Color Hex

#DDFEF6
(221,254,246)
0 Favorites   0 Comments

Color spaces of #ddfef6

RGB 221254246
HSL0.460.940.93
HSV165°13°100°
CMYK 0.130.000.03   0.00
XYZ81.895292.9096100.8058
Yxy92.90960.29710.3371
Hunter Lab96.3896-17.02355.4663
CIE-Lab97.1909-12.10760.2298

#ddfef6 color RGB value is (221,254,246).

#ddfef6 hex color red value is 221, green value is 254 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ddfef6 hue: 0.46 , saturation: 0.94 and the lightness value of ddfef6 is 0.93.

The process color (four color CMYK) of #ddfef6 color hex is 0.13, 0.00, 0.03, 0.00. Web safe color of #ddfef6 is #ccffff. Color #ddfef6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11110110
Octal 335 376 366
Decimal 221 254 246
Hex DD FE F6

RGB Percentages of Color #ddfef6

%30.65
%35.23
%34.12

CMYK Percentages of Color #ddfef6

%13
%0
%3
%0

Triadic Colors of #ddfef6

#ddfef6 #f6ddfe #fef6dd

Analogous Colors of #ddfef6

#ddfef6 #ddf6fe #ddfee6

Monochromatic Colors of #ddfef6

#ddfef6

Complementary Color

#ddfef6 #fedde5

#ddfef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfef6 Color CSS Codes

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

#ddfef6 Text Font Color

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

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


#ddfef6 Background Color

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

This div background color is #ddfef6


#ddfef6 Border Color

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

This div border color is #ddfef6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,254,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddfef6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddfef6;
  -webkit-box-shadow: 1px 1px 3px 2px #ddfef6;
  box-shadow:         1px 1px 3px 2px #ddfef6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,254,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfef6

Related Colors


Comments

No comments written yet.

Please login to write comment.