Color Hex Logo

#ddfbea Color Hex

#DDFBEA
(221,251,234)
0 Favorites   0 Comments

Color spaces of #ddfbea

RGB 221251234
HSL0.410.790.93
HSV146°12°98°
CMYK 0.120.000.07   0.02
XYZ79.167390.307091.1003
Yxy90.30700.30380.3466
Hunter Lab95.0300-17.59839.6828
CIE-Lab96.1240-12.85134.8583

#ddfbea color RGB value is (221,251,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11101010
Octal 335 373 352
Decimal 221 251 234
Hex DD FB EA

RGB Percentages of Color #ddfbea

%31.30
%35.55
%33.14

CMYK Percentages of Color #ddfbea

%12
%0
%7
%2

Triadic Colors of #ddfbea

#ddfbea #eaddfb #fbeadd

Analogous Colors of #ddfbea

#ddfbea #ddfbf9 #dffbdd

Monochromatic Colors of #ddfbea

#ddfbea

Complementary Color

#ddfbea #fbddee

#ddfbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbea Color CSS Codes

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

#ddfbea Text Font Color

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

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


#ddfbea Background Color

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

This div background color is #ddfbea


#ddfbea Border Color

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

This div border color is #ddfbea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,251,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 #ddfbea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbea


Comments

No comments written yet.

Please login to write comment.