Color Hex Logo

#ddfcea Color Hex

#DDFCEA
(221,252,234)
0 Favorites   0 Comments

Color spaces of #ddfcea

RGB 221252234
HSL0.400.840.93
HSV145°12°99°
CMYK 0.120.000.07   0.01
XYZ79.480590.933591.2048
Yxy90.93350.30380.3476
Hunter Lab95.3591-18.101010.0443
CIE-Lab96.3827-13.34675.2323

#ddfcea color RGB value is (221,252,234).

#ddfcea hex color red value is 221, green value is 252 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ddfcea hue: 0.40 , saturation: 0.84 and the lightness value of ddfcea is 0.93.

The process color (four color CMYK) of #ddfcea color hex is 0.12, 0.00, 0.07, 0.01. Web safe color of #ddfcea is #ccffff. Color #ddfcea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11101010
Octal 335 374 352
Decimal 221 252 234
Hex DD FC EA

RGB Percentages of Color #ddfcea

%31.26
%35.64
%33.10

CMYK Percentages of Color #ddfcea

%12
%0
%7
%1

Triadic Colors of #ddfcea

#ddfcea #eaddfc #fceadd

Analogous Colors of #ddfcea

#ddfcea #ddfcfa #e0fcdd

Monochromatic Colors of #ddfcea

#ddfcea

Complementary Color

#ddfcea #fcddef

#ddfcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcea Color CSS Codes

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

#ddfcea Text Font Color

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

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


#ddfcea Background Color

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

This div background color is #ddfcea


#ddfcea Border Color

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

This div border color is #ddfcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcea

Related Colors


Comments

No comments written yet.

Please login to write comment.