Color Hex Logo

#ddfff3 Color Hex

#DDFFF3
(221,255,243)
0 Favorites   0 Comments

Color spaces of #ddfff3

RGB 221255243
HSL0.441.000.93
HSV159°13°100°
CMYK 0.130.000.05   0.00
XYZ81.756593.363298.5059
Yxy93.36320.29880.3412
Hunter Lab96.6246-18.05987.1929
CIE-Lab97.3748-13.16912.0407

#ddfff3 color RGB value is (221,255,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 11110011
Octal 335 377 363
Decimal 221 255 243
Hex DD FF F3

RGB Percentages of Color #ddfff3

%30.74
%35.47
%33.80

CMYK Percentages of Color #ddfff3

%13
%0
%5
%0

Triadic Colors of #ddfff3

#ddfff3 #f3ddff #fff3dd

Analogous Colors of #ddfff3

#ddfff3 #ddfaff #ddffe2

Monochromatic Colors of #ddfff3

#ddfff3

Complementary Color

#ddfff3 #ffdde9

#ddfff3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfff3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfff3 Color CSS Codes

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

#ddfff3 Text Font Color

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

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


#ddfff3 Background Color

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

This div background color is #ddfff3


#ddfff3 Border Color

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

This div border color is #ddfff3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfff3

Related Colors


Comments

No comments written yet.

Please login to write comment.