Color Hex Logo

#dffeeb Color Hex

#DFFEEB
(223,254,235)
0 Favorites   0 Comments

Color spaces of #dffeeb

RGB 223254235
HSL0.400.940.94
HSV143°12°100°
CMYK 0.120.000.07   0.00
XYZ80.868692.569892.2028
Yxy92.56980.30440.3485
Hunter Lab96.2132-18.341210.5306
CIE-Lab97.0527-13.50855.7025

#dffeeb color RGB value is (223,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11101011
Octal 337 376 353
Decimal 223 254 235
Hex DF FE EB

RGB Percentages of Color #dffeeb

%31.32
%35.67
%33.01

CMYK Percentages of Color #dffeeb

%12
%0
%7
%0

Triadic Colors of #dffeeb

#dffeeb #ebdffe #feebdf

Analogous Colors of #dffeeb

#dffeeb #dffefb #e3fedf

Monochromatic Colors of #dffeeb

#dffeeb

Complementary Color

#dffeeb #fedff2

#dffeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffeeb Color CSS Codes

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

#dffeeb Text Font Color

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

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


#dffeeb Background Color

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

This div background color is #dffeeb


#dffeeb Border Color

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

This div border color is #dffeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffeeb


Comments

No comments written yet.

Please login to write comment.