color codes Logo

#ddfab2 color codes

#DDFAB2
(221,250,178)
0 Favorites   0 Comments

Color spaces of #ddfab2

RGB 221250178
HSL0.230.880.84
HSV84°29°98°
CMYK 0.120.000.29   0.02
XYZ72.040386.957755.1071
Yxy86.95770.33650.4061
Hunter Lab93.2511-25.290930.2381
CIE-Lab94.7203-21.364331.5127

#ddfab2 color RGB value is (221,250,178).

#ddfab2 hex color red value is 221, green value is 250 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #ddfab2 hue: 0.23 , saturation: 0.88 and the lightness value of ddfab2 is 0.84.

The process color (four color CMYK) of #ddfab2 color code is 0.12, 0.00, 0.29, 0.02. Web safe color of #ddfab2 is #ccff99. Color #ddfab2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 10110010
Octal 335 372 262
Decimal 221 250 178
Hex DD FA B2

RGB Percentages of Color #ddfab2

%34.05
%38.52
%27.43

CMYK Percentages of Color #ddfab2

%12
%0
%29
%2

Triadic Colors of #ddfab2

#ddfab2 #b2ddfa #fab2dd

Analogous Colors of #ddfab2

#ddfab2 #b9fab2 #faf3b2

Monochromatic Colors of #ddfab2

#ddfab2

Complementary Color

#ddfab2 #cfb2fa

#ddfab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfab2 Color CSS Codes

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

#ddfab2 Text Font Color

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

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


#ddfab2 Background Color

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

This div background color is #ddfab2


#ddfab2 Border Color

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

This div border color is #ddfab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfab2

Related Colors


Comments

No comments written yet.

Please login to write comment.