Color Hex Logo

#ddfbe8 Color Hex

#DDFBE8
(221,251,232)
0 Favorites   0 Comments

Color spaces of #ddfbe8

RGB 221251232
HSL0.390.790.93
HSV142°12°98°
CMYK 0.120.000.08   0.02
XYZ78.881590.192789.5954
Yxy90.19270.30500.3487
Hunter Lab94.9698-17.936010.5442
CIE-Lab96.0766-13.21415.8202

#ddfbe8 color RGB value is (221,251,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11101000
Octal 335 373 350
Decimal 221 251 232
Hex DD FB E8

RGB Percentages of Color #ddfbe8

%31.39
%35.65
%32.95

CMYK Percentages of Color #ddfbe8

%12
%0
%8
%2

Triadic Colors of #ddfbe8

#ddfbe8 #e8ddfb #fbe8dd

Analogous Colors of #ddfbe8

#ddfbe8 #ddfbf7 #e1fbdd

Monochromatic Colors of #ddfbe8

#ddfbe8

Complementary Color

#ddfbe8 #fbddf0

#ddfbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbe8 Color CSS Codes

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

#ddfbe8 Text Font Color

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

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


#ddfbe8 Background Color

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

This div background color is #ddfbe8


#ddfbe8 Border Color

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

This div border color is #ddfbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbe8

Related Colors


Comments

No comments written yet.

Please login to write comment.