Color Hex Logo

#dffebd Color Hex

#DFFEBD
(223,254,189)
0 Favorites   0 Comments

Color spaces of #dffebd

RGB 223254189
HSL0.250.970.87
HSV89°26°100°
CMYK 0.120.000.26   0.00
XYZ75.058590.245761.6073
Yxy90.24570.33080.3977
Hunter Lab94.9977-25.211728.0481
CIE-Lab96.0986-21.025627.8537

#dffebd color RGB value is (223,254,189).

#dffebd hex color red value is 223, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dffebd hue: 0.25 , saturation: 0.97 and the lightness value of dffebd is 0.87.

The process color (four color CMYK) of #dffebd color hex is 0.12, 0.00, 0.26, 0.00. Web safe color of #dffebd is #ccffcc. Color #dffebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 10111101
Octal 337 376 275
Decimal 223 254 189
Hex DF FE BD

RGB Percentages of Color #dffebd

%33.48
%38.14
%28.38

CMYK Percentages of Color #dffebd

%12
%0
%26
%0

Triadic Colors of #dffebd

#dffebd #bddffe #febddf

Analogous Colors of #dffebd

#dffebd #bffebd #fefdbd

Monochromatic Colors of #dffebd

#dffebd

Complementary Color

#dffebd #dcbdfe

#dffebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffebd Color CSS Codes

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

#dffebd Text Font Color

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

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


#dffebd Background Color

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

This div background color is #dffebd


#dffebd Border Color

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

This div border color is #dffebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffebd

Related Colors


Comments

No comments written yet.

Please login to write comment.