Color Hex Logo

#dffbed Color Hex

#DFFBED
(223,251,237)
0 Favorites   0 Comments

Color spaces of #dffbed

RGB 223251237
HSL0.420.780.93
HSV150°11°98°
CMYK 0.110.000.06   0.02
XYZ80.214790.796893.4185
Yxy90.79680.30330.3434
Hunter Lab95.2874-16.48828.5740
CIE-Lab96.3263-11.65783.6220

#dffbed color RGB value is (223,251,237).

#dffbed hex color red value is 223, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dffbed hue: 0.42 , saturation: 0.78 and the lightness value of dffbed is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11101101
Octal 337 373 355
Decimal 223 251 237
Hex DF FB ED

RGB Percentages of Color #dffbed

%31.36
%35.30
%33.33

CMYK Percentages of Color #dffbed

%11
%0
%6
%2

Triadic Colors of #dffbed

#dffbed #eddffb #fbeddf

Analogous Colors of #dffbed

#dffbed #dffbfb #dffbdf

Monochromatic Colors of #dffbed

#dffbed

Complementary Color

#dffbed #fbdfed

#dffbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbed Color CSS Codes

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

#dffbed Text Font Color

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

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


#dffbed Background Color

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

This div background color is #dffbed


#dffbed Border Color

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

This div border color is #dffbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbed

Related Colors


Comments

No comments written yet.

Please login to write comment.