Color Hex Logo

#ddfeeb Color Hex

#DDFEEB
(221,254,235)
0 Favorites   0 Comments

Color spaces of #ddfeeb

RGB 221254235
HSL0.400.940.93
HSV145°13°100°
CMYK 0.130.000.07   0.00
XYZ80.256092.253992.1741
Yxy92.25390.30320.3485
Hunter Lab96.0489-18.935510.3361
CIE-Lab96.9240-14.15305.5001

#ddfeeb color RGB value is (221,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11101011
Octal 335 376 353
Decimal 221 254 235
Hex DD FE EB

RGB Percentages of Color #ddfeeb

%31.13
%35.77
%33.10

CMYK Percentages of Color #ddfeeb

%13
%0
%7
%0

Triadic Colors of #ddfeeb

#ddfeeb #ebddfe #feebdd

Analogous Colors of #ddfeeb

#ddfeeb #ddfefc #e0fedd

Monochromatic Colors of #ddfeeb

#ddfeeb

Complementary Color

#ddfeeb #feddf0

#ddfeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfeeb Color CSS Codes

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

#ddfeeb Text Font Color

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

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


#ddfeeb Background Color

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

This div background color is #ddfeeb


#ddfeeb Border Color

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

This div border color is #ddfeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfeeb

Related Colors


Comments

No comments written yet.

Please login to write comment.