Color Hex Logo

#dedabe Color Hex

#DEDABE
(222,218,190)
0 Favorites   0 Comments

Color spaces of #dedabe

RGB 222218190
HSL0.150.330.81
HSV53°14°87°
CMYK 0.000.020.14   0.13
XYZ64.489969.390158.7098
Yxy69.39010.33490.3603
Hunter Lab83.3007-7.584816.5233
CIE-Lab86.6969-3.298314.2789

#dedabe color RGB value is (222,218,190).

#dedabe hex color red value is 222, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dedabe hue: 0.15 , saturation: 0.33 and the lightness value of dedabe is 0.81.

The process color (four color CMYK) of #dedabe color hex is 0.00, 0.02, 0.14, 0.13. Web safe color of #dedabe is #cccccc. Color #dedabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011010 10111110
Octal 336 332 276
Decimal 222 218 190
Hex DE DA BE

RGB Percentages of Color #dedabe

%35.24
%34.60
%30.16

CMYK Percentages of Color #dedabe

%0
%2
%14
%13

Triadic Colors of #dedabe

#dedabe #bededa #dabede

Analogous Colors of #dedabe

#dedabe #d2debe #decabe

Monochromatic Colors of #dedabe

#dedabe

Complementary Color

#dedabe #bec2de

#dedabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedabe Color CSS Codes

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

#dedabe Text Font Color

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

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


#dedabe Background Color

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

This div background color is #dedabe


#dedabe Border Color

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

This div border color is #dedabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,218,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedabe


Comments

No comments written yet.

Please login to write comment.