Color Hex Logo

#dff5bf Color Hex

#DFF5BF
(223,245,191)
0 Favorites   0 Comments

Color spaces of #dff5bf

RGB 223245191
HSL0.230.730.85
HSV84°22°96°
CMYK 0.090.000.22   0.04
XYZ72.487884.754461.8289
Yxy84.75440.33090.3869
Hunter Lab92.0622-20.561624.6244
CIE-Lab93.7772-16.357123.6532

#dff5bf color RGB value is (223,245,191).

#dff5bf hex color red value is 223, green value is 245 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dff5bf hue: 0.23 , saturation: 0.73 and the lightness value of dff5bf is 0.85.

The process color (four color CMYK) of #dff5bf color hex is 0.09, 0.00, 0.22, 0.04. Web safe color of #dff5bf is #ccffcc. Color #dff5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110101 10111111
Octal 337 365 277
Decimal 223 245 191
Hex DF F5 BF

RGB Percentages of Color #dff5bf

%33.84
%37.18
%28.98

CMYK Percentages of Color #dff5bf

%9
%0
%22
%4

Triadic Colors of #dff5bf

#dff5bf #bfdff5 #f5bfdf

Analogous Colors of #dff5bf

#dff5bf #c4f5bf #f5f0bf

Monochromatic Colors of #dff5bf

#dff5bf

Complementary Color

#dff5bf #d5bff5

#dff5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff5bf Color CSS Codes

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

#dff5bf Text Font Color

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

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


#dff5bf Background Color

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

This div background color is #dff5bf


#dff5bf Border Color

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

This div border color is #dff5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff5bf


Comments

No comments written yet.

Please login to write comment.