Color Hex Logo

#dfebb8 Color Hex

#DFEBB8
(223,235,184)
0 Favorites   0 Comments

Color spaces of #dfebb8

RGB 223235184
HSL0.210.560.82
HSV74°22°92°
CMYK 0.050.000.22   0.08
XYZ68.791578.565356.8863
Yxy78.56530.33680.3847
Hunter Lab88.6371-16.580523.9943
CIE-Lab91.0372-12.447623.4654

#dfebb8 color RGB value is (223,235,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 10111000
Octal 337 353 270
Decimal 223 235 184
Hex DF EB B8

RGB Percentages of Color #dfebb8

%34.74
%36.60
%28.66

CMYK Percentages of Color #dfebb8

%5
%0
%22
%8

Triadic Colors of #dfebb8

#dfebb8 #b8dfeb #ebb8df

Analogous Colors of #dfebb8

#dfebb8 #c6ebb8 #ebdeb8

Monochromatic Colors of #dfebb8

#dfebb8

Complementary Color

#dfebb8 #c4b8eb

#dfebb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebb8 Color CSS Codes

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

#dfebb8 Text Font Color

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

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


#dfebb8 Background Color

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

This div background color is #dfebb8


#dfebb8 Border Color

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

This div border color is #dfebb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebb8


Comments

No comments written yet.

Please login to write comment.