Color Hex Logo

#dedfbb Color Hex

#DEDFBB
(222,223,187)
0 Favorites   0 Comments

Color spaces of #dedfbb

RGB 222223187
HSL0.170.360.80
HSV62°16°87°
CMYK 0.000.000.16   0.13
XYZ65.481571.892857.4392
Yxy71.89280.33610.3690
Hunter Lab84.7896-10.529519.1878
CIE-Lab87.9170-6.316917.5654

#dedfbb color RGB value is (222,223,187).

#dedfbb hex color red value is 222, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dedfbb hue: 0.17 , saturation: 0.36 and the lightness value of dedfbb is 0.80.

The process color (four color CMYK) of #dedfbb color hex is 0.00, 0.00, 0.16, 0.13. Web safe color of #dedfbb is #cccccc. Color #dedfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011111 10111011
Octal 336 337 273
Decimal 222 223 187
Hex DE DF BB

RGB Percentages of Color #dedfbb

%35.13
%35.28
%29.59

CMYK Percentages of Color #dedfbb

%0
%0
%16
%13

Triadic Colors of #dedfbb

#dedfbb #bbdedf #dfbbde

Analogous Colors of #dedfbb

#dedfbb #ccdfbb #dfcebb

Monochromatic Colors of #dedfbb

#dedfbb

Complementary Color

#dedfbb #bcbbdf

#dedfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedfbb Color CSS Codes

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

#dedfbb Text Font Color

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

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


#dedfbb Background Color

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

This div background color is #dedfbb


#dedfbb Border Color

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

This div border color is #dedfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedfbb


Comments

No comments written yet.

Please login to write comment.