Color Hex Logo

#dff5be Color Hex

#DFF5BE
(223,245,190)
0 Favorites   0 Comments

Color spaces of #dff5be

RGB 223245190
HSL0.230.730.85
HSV84°22°96°
CMYK 0.090.000.22   0.04
XYZ72.378184.710561.2512
Yxy84.71050.33150.3880
Hunter Lab92.0383-20.696224.9695
CIE-Lab93.7582-16.505924.1379

#dff5be color RGB value is (223,245,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110101 10111110
Octal 337 365 276
Decimal 223 245 190
Hex DF F5 BE

RGB Percentages of Color #dff5be

%33.89
%37.23
%28.88

CMYK Percentages of Color #dff5be

%9
%0
%22
%4

Triadic Colors of #dff5be

#dff5be #bedff5 #f5bedf

Analogous Colors of #dff5be

#dff5be #c4f5be #f5f0be

Monochromatic Colors of #dff5be

#dff5be

Complementary Color

#dff5be #d4bef5

#dff5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff5be Color CSS Codes

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

#dff5be Text Font Color

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

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


#dff5be Background Color

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

This div background color is #dff5be


#dff5be Border Color

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

This div border color is #dff5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff5be

Related Colors


Comments

No comments written yet.

Please login to write comment.