Color Hex Logo

#ddfeed Color Hex

#DDFEED
(221,254,237)
0 Favorites   0 Comments

Color spaces of #ddfeed

RGB 221254237
HSL0.410.940.93
HSV149°13°100°
CMYK 0.130.000.07   0.00
XYZ80.546792.370293.7047
Yxy92.37020.30210.3464
Hunter Lab96.1094-18.59559.4701
CIE-Lab96.9714-13.78754.5404

#ddfeed color RGB value is (221,254,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11101101
Octal 335 376 355
Decimal 221 254 237
Hex DD FE ED

RGB Percentages of Color #ddfeed

%31.04
%35.67
%33.29

CMYK Percentages of Color #ddfeed

%13
%0
%7
%0

Triadic Colors of #ddfeed

#ddfeed #edddfe #feeddd

Analogous Colors of #ddfeed

#ddfeed #ddfefe #defedd

Monochromatic Colors of #ddfeed

#ddfeed

Complementary Color

#ddfeed #feddee

#ddfeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfeed Color CSS Codes

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

#ddfeed Text Font Color

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

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


#ddfeed Background Color

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

This div background color is #ddfeed


#ddfeed Border Color

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

This div border color is #ddfeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfeed

Related Colors


Comments

No comments written yet.

Please login to write comment.