Color Hex Logo

#dffeb6 Color Hex

#DFFEB6
(223,254,182)
0 Favorites   0 Comments

Color spaces of #dffeb6

RGB 223254182
HSL0.240.970.85
HSV86°28°100°
CMYK 0.120.000.28   0.00
XYZ74.316789.949057.7010
Yxy89.94900.33480.4052
Hunter Lab94.8414-26.101930.3173
CIE-Lab95.9756-22.023031.2145

#dffeb6 color RGB value is (223,254,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 10110110
Octal 337 376 266
Decimal 223 254 182
Hex DF FE B6

RGB Percentages of Color #dffeb6

%33.84
%38.54
%27.62

CMYK Percentages of Color #dffeb6

%12
%0
%28
%0

Triadic Colors of #dffeb6

#dffeb6 #b6dffe #feb6df

Analogous Colors of #dffeb6

#dffeb6 #bbfeb6 #fef9b6

Monochromatic Colors of #dffeb6

#dffeb6

Complementary Color

#dffeb6 #d5b6fe

#dffeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffeb6 Color CSS Codes

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

#dffeb6 Text Font Color

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

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


#dffeb6 Background Color

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

This div background color is #dffeb6


#dffeb6 Border Color

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

This div border color is #dffeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffeb6

Related Colors


Comments

No comments written yet.

Please login to write comment.