Color Hex Logo

#dffdeb Color Hex

#DFFDEB
(223,253,235)
0 Favorites   0 Comments

Color spaces of #dffdeb

RGB 223253235
HSL0.400.880.93
HSV144°12°99°
CMYK 0.120.000.07   0.01
XYZ80.552191.936792.0973
Yxy91.93670.30440.3475
Hunter Lab95.8836-17.838010.1698
CIE-Lab96.7944-13.01405.3293

#dffdeb color RGB value is (223,253,235).

#dffdeb hex color red value is 223, green value is 253 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dffdeb hue: 0.40 , saturation: 0.88 and the lightness value of dffdeb is 0.93.

The process color (four color CMYK) of #dffdeb color hex is 0.12, 0.00, 0.07, 0.01. Web safe color of #dffdeb is #ccffff. Color #dffdeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 11101011
Octal 337 375 353
Decimal 223 253 235
Hex DF FD EB

RGB Percentages of Color #dffdeb

%31.36
%35.58
%33.05

CMYK Percentages of Color #dffdeb

%12
%0
%7
%1

Triadic Colors of #dffdeb

#dffdeb #ebdffd #fdebdf

Analogous Colors of #dffdeb

#dffdeb #dffdfa #e2fddf

Monochromatic Colors of #dffdeb

#dffdeb

Complementary Color

#dffdeb #fddff1

#dffdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffdeb Color CSS Codes

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

#dffdeb Text Font Color

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

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


#dffdeb Background Color

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

This div background color is #dffdeb


#dffdeb Border Color

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

This div border color is #dffdeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,253,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 #dffdeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffdeb


Comments

No comments written yet.

Please login to write comment.