Color Hex Logo

#dffb8e Color Hex

#DFFB8E
(223,251,142)
0 Favorites   0 Comments

Color spaces of #dffb8e

RGB 223251142
HSL0.210.930.77
HSV75°43°98°
CMYK 0.110.000.43   0.02
XYZ69.811186.635338.6340
Yxy86.63530.35790.4441
Hunter Lab93.0781-29.006840.5451
CIE-Lab94.5833-25.525449.0707

#dffb8e color RGB value is (223,251,142).

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

The process color (four color CMYK) of #dffb8e color hex is 0.11, 0.00, 0.43, 0.02. Web safe color of #dffb8e is #ccff99. Color #dffb8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 10001110
Octal 337 373 216
Decimal 223 251 142
Hex DF FB 8E

RGB Percentages of Color #dffb8e

%36.20
%40.75
%23.05

CMYK Percentages of Color #dffb8e

%11
%0
%43
%2

Triadic Colors of #dffb8e

#dffb8e #8edffb #fb8edf

Analogous Colors of #dffb8e

#dffb8e #a9fb8e #fbe18e

Monochromatic Colors of #dffb8e

#dffb8e

Complementary Color

#dffb8e #aa8efb

#dffb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffb8e Color CSS Codes

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

#dffb8e Text Font Color

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

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


#dffb8e Background Color

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

This div background color is #dffb8e


#dffb8e Border Color

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

This div border color is #dffb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffb8e


Comments

No comments written yet.

Please login to write comment.