Color Hex Logo

#dffbee Color Hex

#DFFBEE
(223,251,238)
0 Favorites   0 Comments

Color spaces of #dffbee

RGB 223251238
HSL0.420.780.93
HSV152°11°98°
CMYK 0.110.000.05   0.02
XYZ80.361290.855494.1903
Yxy90.85540.30280.3423
Hunter Lab95.3181-16.31618.1342
CIE-Lab96.3505-11.47453.1417

#dffbee color RGB value is (223,251,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11101110
Octal 337 373 356
Decimal 223 251 238
Hex DF FB EE

RGB Percentages of Color #dffbee

%31.32
%35.25
%33.43

CMYK Percentages of Color #dffbee

%11
%0
%5
%2

Triadic Colors of #dffbee

#dffbee #eedffb #fbeedf

Analogous Colors of #dffbee

#dffbee #dffafb #dffbe0

Monochromatic Colors of #dffbee

#dffbee

Complementary Color

#dffbee #fbdfec

#dffbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbee Color CSS Codes

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

#dffbee Text Font Color

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

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


#dffbee Background Color

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

This div background color is #dffbee


#dffbee Border Color

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

This div border color is #dffbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbee


Comments

No comments written yet.

Please login to write comment.