Color Hex Logo

#ddfff0 Color Hex

#DDFFF0
(221,255,240)
0 Favorites   0 Comments

Color spaces of #ddfff0

RGB 221255240
HSL0.431.000.93
HSV154°13°100°
CMYK 0.130.000.06   0.00
XYZ81.307093.183496.1389
Yxy93.18340.30040.3443
Hunter Lab96.5315-18.58258.5233
CIE-Lab97.3020-13.72823.4771

#ddfff0 color RGB value is (221,255,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 11110000
Octal 335 377 360
Decimal 221 255 240
Hex DD FF F0

RGB Percentages of Color #ddfff0

%30.87
%35.61
%33.52

CMYK Percentages of Color #ddfff0

%13
%0
%6
%0

Triadic Colors of #ddfff0

#ddfff0 #f0ddff #fff0dd

Analogous Colors of #ddfff0

#ddfff0 #ddfdff #ddffdf

Monochromatic Colors of #ddfff0

#ddfff0

Complementary Color

#ddfff0 #ffddec

#ddfff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfff0 Color CSS Codes

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

#ddfff0 Text Font Color

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

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


#ddfff0 Background Color

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

This div background color is #ddfff0


#ddfff0 Border Color

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

This div border color is #ddfff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfff0

Related Colors


Comments

No comments written yet.

Please login to write comment.