Color Hex Logo

#dfebb6 Color Hex

#DFEBB6
(223,235,182)
0 Favorites   0 Comments

Color spaces of #dfebb6

RGB 223235182
HSL0.200.570.82
HSV74°23°92°
CMYK 0.050.000.23   0.08
XYZ68.583378.482055.7898
Yxy78.48200.33810.3869
Hunter Lab88.5901-16.844224.6750
CIE-Lab90.9994-12.737824.4418

#dfebb6 color RGB value is (223,235,182).

#dfebb6 hex color red value is 223, green value is 235 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #dfebb6 hue: 0.20 , saturation: 0.57 and the lightness value of dfebb6 is 0.82.

The process color (four color CMYK) of #dfebb6 color hex is 0.05, 0.00, 0.23, 0.08. Web safe color of #dfebb6 is #ccffcc. Color #dfebb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 10110110
Octal 337 353 266
Decimal 223 235 182
Hex DF EB B6

RGB Percentages of Color #dfebb6

%34.84
%36.72
%28.44

CMYK Percentages of Color #dfebb6

%5
%0
%23
%8

Triadic Colors of #dfebb6

#dfebb6 #b6dfeb #ebb6df

Analogous Colors of #dfebb6

#dfebb6 #c5ebb6 #ebddb6

Monochromatic Colors of #dfebb6

#dfebb6

Complementary Color

#dfebb6 #c2b6eb

#dfebb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebb6 Color CSS Codes

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

#dfebb6 Text Font Color

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

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


#dfebb6 Background Color

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

This div background color is #dfebb6


#dfebb6 Border Color

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

This div border color is #dfebb6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,235,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 #dfebb6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebb6


Comments

No comments written yet.

Please login to write comment.