Color Hex Logo

#ddfbe5 Color Hex

#DDFBE5
(221,251,229)
0 Favorites   0 Comments

Color spaces of #ddfbe5

RGB 221251229
HSL0.380.790.93
HSV136°12°98°
CMYK 0.120.000.09   0.02
XYZ78.458890.023787.3698
Yxy90.02370.30670.3519
Hunter Lab94.8808-18.436311.8201
CIE-Lab96.0066-13.75307.2643

#ddfbe5 color RGB value is (221,251,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11100101
Octal 335 373 345
Decimal 221 251 229
Hex DD FB E5

RGB Percentages of Color #ddfbe5

%31.53
%35.81
%32.67

CMYK Percentages of Color #ddfbe5

%12
%0
%9
%2

Triadic Colors of #ddfbe5

#ddfbe5 #e5ddfb #fbe5dd

Analogous Colors of #ddfbe5

#ddfbe5 #ddfbf4 #e4fbdd

Monochromatic Colors of #ddfbe5

#ddfbe5

Complementary Color

#ddfbe5 #fbddf3

#ddfbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbe5 Color CSS Codes

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

#ddfbe5 Text Font Color

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

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


#ddfbe5 Background Color

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

This div background color is #ddfbe5


#ddfbe5 Border Color

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

This div border color is #ddfbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbe5


Comments

No comments written yet.

Please login to write comment.