Color Hex Logo

#ddfbeb Color Hex

#DDFBEB
(221,251,235)
0 Favorites   0 Comments

Color spaces of #ddfbeb

RGB 221251235
HSL0.410.790.93
HSV148°12°98°
CMYK 0.120.000.06   0.02
XYZ79.311490.364791.8592
Yxy90.36470.30330.3455
Hunter Lab95.0603-17.42839.2488
CIE-Lab96.1478-12.66894.3776

#ddfbeb color RGB value is (221,251,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11101011
Octal 335 373 353
Decimal 221 251 235
Hex DD FB EB

RGB Percentages of Color #ddfbeb

%31.26
%35.50
%33.24

CMYK Percentages of Color #ddfbeb

%12
%0
%6
%2

Triadic Colors of #ddfbeb

#ddfbeb #ebddfb #fbebdd

Analogous Colors of #ddfbeb

#ddfbeb #ddfbfa #defbdd

Monochromatic Colors of #ddfbeb

#ddfbeb

Complementary Color

#ddfbeb #fbdded

#ddfbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbeb Color CSS Codes

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

#ddfbeb Text Font Color

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

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


#ddfbeb Background Color

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

This div background color is #ddfbeb


#ddfbeb Border Color

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

This div border color is #ddfbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbeb


Comments

No comments written yet.

Please login to write comment.