Color Hex Logo

#ddfeee Color Hex

#DDFEEE
(221,254,238)
0 Favorites   0 Comments

Color spaces of #ddfeee

RGB 221254238
HSL0.420.940.93
HSV151°13°100°
CMYK 0.130.000.06   0.00
XYZ80.693292.428894.4765
Yxy92.42880.30150.3454
Hunter Lab96.1399-18.42429.0338
CIE-Lab96.9953-13.60384.0607

#ddfeee color RGB value is (221,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11101110
Octal 335 376 356
Decimal 221 254 238
Hex DD FE EE

RGB Percentages of Color #ddfeee

%31.00
%35.62
%33.38

CMYK Percentages of Color #ddfeee

%13
%0
%6
%0

Triadic Colors of #ddfeee

#ddfeee #eeddfe #feeedd

Analogous Colors of #ddfeee

#ddfeee #ddfefe #ddfede

Monochromatic Colors of #ddfeee

#ddfeee

Complementary Color

#ddfeee #fedded

#ddfeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfeee Color CSS Codes

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

#ddfeee Text Font Color

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

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


#ddfeee Background Color

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

This div background color is #ddfeee


#ddfeee Border Color

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

This div border color is #ddfeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfeee


Comments

No comments written yet.

Please login to write comment.