Color Hex Logo

#ddfbef Color Hex

#DDFBEF
(221,251,239)
0 Favorites   0 Comments

Color spaces of #ddfbef

RGB 221251239
HSL0.430.790.93
HSV156°12°98°
CMYK 0.120.000.05   0.02
XYZ79.896090.598594.9376
Yxy90.59850.30100.3413
Hunter Lab95.1832-16.73937.4913
CIE-Lab96.2445-11.93172.4563

#ddfbef color RGB value is (221,251,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11101111
Octal 335 373 357
Decimal 221 251 239
Hex DD FB EF

RGB Percentages of Color #ddfbef

%31.08
%35.30
%33.61

CMYK Percentages of Color #ddfbef

%12
%0
%5
%2

Triadic Colors of #ddfbef

#ddfbef #efddfb #fbefdd

Analogous Colors of #ddfbef

#ddfbef #ddf8fb #ddfbe0

Monochromatic Colors of #ddfbef

#ddfbef

Complementary Color

#ddfbef #fbdde9

#ddfbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbef Color CSS Codes

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

#ddfbef Text Font Color

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

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


#ddfbef Background Color

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

This div background color is #ddfbef


#ddfbef Border Color

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

This div border color is #ddfbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbef


Comments

No comments written yet.

Please login to write comment.