Color Hex Logo

#ddffeb Color Hex

#DDFFEB
(221,255,235)
0 Favorites   0 Comments

Color spaces of #ddffeb

RGB 221255235
HSL0.401.000.93
HSV145°13°100°
CMYK 0.130.000.08   0.00
XYZ80.574292.890392.2802
Yxy92.89030.30320.3495
Hunter Lab96.3796-19.436810.6976
CIE-Lab97.1831-14.64595.8742

#ddffeb color RGB value is (221,255,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 11101011
Octal 335 377 353
Decimal 221 255 235
Hex DD FF EB

RGB Percentages of Color #ddffeb

%31.08
%35.86
%33.05

CMYK Percentages of Color #ddffeb

%13
%0
%8
%0

Triadic Colors of #ddffeb

#ddffeb #ebddff #ffebdd

Analogous Colors of #ddffeb

#ddffeb #ddfffc #e0ffdd

Monochromatic Colors of #ddffeb

#ddffeb

Complementary Color

#ddffeb #ffddf1

#ddffeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffeb Color CSS Codes

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

#ddffeb Text Font Color

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

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


#ddffeb Background Color

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

This div background color is #ddffeb


#ddffeb Border Color

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

This div border color is #ddffeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,255,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 #ddffeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffeb

Related Colors

#ddffeb Color Palettes


Comments

No comments written yet.

Please login to write comment.