Color Hex Logo

#ddfada Color Hex

#DDFADA
(221,250,218)
0 Favorites   0 Comments

Color spaces of #ddfada

RGB 221250218
HSL0.320.760.92
HSV114°13°98°
CMYK 0.120.000.13   0.02
XYZ76.659388.805379.4304
Yxy88.80530.31300.3626
Hunter Lab94.2366-19.708315.9911
CIE-Lab95.4990-15.178612.1983

#ddfada color RGB value is (221,250,218).

#ddfada hex color red value is 221, green value is 250 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ddfada hue: 0.32 , saturation: 0.76 and the lightness value of ddfada is 0.92.

The process color (four color CMYK) of #ddfada color hex is 0.12, 0.00, 0.13, 0.02. Web safe color of #ddfada is #ccffcc. Color #ddfada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11011010
Octal 335 372 332
Decimal 221 250 218
Hex DD FA DA

RGB Percentages of Color #ddfada

%32.08
%36.28
%31.64

CMYK Percentages of Color #ddfada

%12
%0
%13
%2

Triadic Colors of #ddfada

#ddfada #daddfa #fadadd

Analogous Colors of #ddfada

#ddfada #dafae7 #edfada

Monochromatic Colors of #ddfada

#ddfada

Complementary Color

#ddfada #f7dafa

#ddfada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfada Color CSS Codes

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

#ddfada Text Font Color

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

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


#ddfada Background Color

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

This div background color is #ddfada


#ddfada Border Color

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

This div border color is #ddfada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfada


Comments

No comments written yet.

Please login to write comment.