Color Hex Logo

#dffbe9 Color Hex

#DFFBE9
(223,251,233)
0 Favorites   0 Comments

Color spaces of #dffbe9

RGB 223251233
HSL0.390.780.93
HSV141°11°98°
CMYK 0.110.000.07   0.02
XYZ79.636690.565590.3744
Yxy90.56550.30560.3476
Hunter Lab95.1659-17.168210.3113
CIE-Lab96.2309-12.38425.5445

#dffbe9 color RGB value is (223,251,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11101001
Octal 337 373 351
Decimal 223 251 233
Hex DF FB E9

RGB Percentages of Color #dffbe9

%31.54
%35.50
%32.96

CMYK Percentages of Color #dffbe9

%11
%0
%7
%2

Triadic Colors of #dffbe9

#dffbe9 #e9dffb #fbe9df

Analogous Colors of #dffbe9

#dffbe9 #dffbf7 #e3fbdf

Monochromatic Colors of #dffbe9

#dffbe9

Complementary Color

#dffbe9 #fbdff1

#dffbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbe9 Color CSS Codes

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

#dffbe9 Text Font Color

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

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


#dffbe9 Background Color

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

This div background color is #dffbe9


#dffbe9 Border Color

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

This div border color is #dffbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbe9

Related Colors


Comments

No comments written yet.

Please login to write comment.