Color Hex Logo

#dfebbb Color Hex

#DFEBBB
(223,235,187)
0 Favorites   0 Comments

Color spaces of #dfebbb

RGB 223235187
HSL0.210.550.83
HSV75°20°92°
CMYK 0.050.000.20   0.08
XYZ69.109478.692558.5604
Yxy78.69250.33490.3813
Hunter Lab88.7088-16.178322.9563
CIE-Lab91.0950-12.006022.0000

#dfebbb color RGB value is (223,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 10111011
Octal 337 353 273
Decimal 223 235 187
Hex DF EB BB

RGB Percentages of Color #dfebbb

%34.57
%36.43
%28.99

CMYK Percentages of Color #dfebbb

%5
%0
%20
%8

Triadic Colors of #dfebbb

#dfebbb #bbdfeb #ebbbdf

Analogous Colors of #dfebbb

#dfebbb #c7ebbb #ebdfbb

Monochromatic Colors of #dfebbb

#dfebbb

Complementary Color

#dfebbb #c7bbeb

#dfebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebbb Color CSS Codes

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

#dfebbb Text Font Color

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

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


#dfebbb Background Color

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

This div background color is #dfebbb


#dfebbb Border Color

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

This div border color is #dfebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebbb


Comments

No comments written yet.

Please login to write comment.