Color Hex Logo

#ddfbca Color Hex

#DDFBCA
(221,251,202)
0 Favorites   0 Comments

Color spaces of #ddfbca

RGB 221251202
HSL0.270.860.89
HSV97°20°98°
CMYK 0.120.000.20   0.02
XYZ74.976688.630869.0329
Yxy88.63080.32230.3810
Hunter Lab94.1439-22.593822.4252
CIE-Lab95.4259-18.294320.2983

#ddfbca color RGB value is (221,251,202).

#ddfbca hex color red value is 221, green value is 251 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddfbca hue: 0.27 , saturation: 0.86 and the lightness value of ddfbca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11001010
Octal 335 373 312
Decimal 221 251 202
Hex DD FB CA

RGB Percentages of Color #ddfbca

%32.79
%37.24
%29.97

CMYK Percentages of Color #ddfbca

%12
%0
%20
%2

Triadic Colors of #ddfbca

#ddfbca #caddfb #fbcadd

Analogous Colors of #ddfbca

#ddfbca #cafbd0 #f6fbca

Monochromatic Colors of #ddfbca

#ddfbca

Complementary Color

#ddfbca #e8cafb

#ddfbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbca Color CSS Codes

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

#ddfbca Text Font Color

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

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


#ddfbca Background Color

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

This div background color is #ddfbca


#ddfbca Border Color

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

This div border color is #ddfbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbca


Comments

No comments written yet.

Please login to write comment.