Color Hex Logo

#debec4 Color Hex

#DEBEC4
(222,190,196)
0 Favorites   0 Comments

Color spaces of #debec4

RGB 222190196
HSL0.970.330.81
HSV349°14°87°
CMYK 0.000.140.12   0.13
XYZ58.501556.342060.0163
Yxy56.34200.33460.3222
Hunter Lab75.06137.76265.1368
CIE-Lab79.808112.35131.2030

#debec4 color RGB value is (222,190,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 11000100
Octal 336 276 304
Decimal 222 190 196
Hex DE BE C4

RGB Percentages of Color #debec4

%36.51
%31.25
%32.24

CMYK Percentages of Color #debec4

%0
%14
%12
%13

Triadic Colors of #debec4

#debec4 #c4debe #bec4de

Analogous Colors of #debec4

#debec4 #dec8be #debed4

Monochromatic Colors of #debec4

#debec4

Complementary Color

#debec4 #beded8

#debec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debec4 Color CSS Codes

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

#debec4 Text Font Color

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

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


#debec4 Background Color

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

This div background color is #debec4


#debec4 Border Color

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

This div border color is #debec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debec4


Comments

No comments written yet.

Please login to write comment.