Color Hex Logo

#dffbef Color Hex

#DFFBEF
(223,251,239)
0 Favorites   0 Comments

Color spaces of #dffbef

RGB 223251239
HSL0.430.780.93
HSV154°11°98°
CMYK 0.110.000.05   0.02
XYZ80.508690.914394.9663
Yxy90.91430.30220.3413
Hunter Lab95.3490-16.14307.6923
CIE-Lab96.3747-11.29022.6617

#dffbef color RGB value is (223,251,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11101111
Octal 337 373 357
Decimal 223 251 239
Hex DF FB EF

RGB Percentages of Color #dffbef

%31.28
%35.20
%33.52

CMYK Percentages of Color #dffbef

%11
%0
%5
%2

Triadic Colors of #dffbef

#dffbef #efdffb #fbefdf

Analogous Colors of #dffbef

#dffbef #dff9fb #dffbe1

Monochromatic Colors of #dffbef

#dffbef

Complementary Color

#dffbef #fbdfeb

#dffbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbef Color CSS Codes

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

#dffbef Text Font Color

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

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


#dffbef Background Color

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

This div background color is #dffbef


#dffbef Border Color

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

This div border color is #dffbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbef


Comments

No comments written yet.

Please login to write comment.