Color Hex Logo

#debad7 Color Hex

#DEBAD7
(222,186,215)
0 Favorites   0 Comments

Color spaces of #debad7

RGB 222186215
HSL0.870.350.80
HSV312°16°87°
CMYK 0.000.160.03   0.13
XYZ59.948855.553771.8533
Yxy55.55370.32000.2965
Hunter Lab74.534413.1344-4.9832
CIE-Lab79.359117.7652-9.7118

#debad7 color RGB value is (222,186,215).

#debad7 hex color red value is 222, green value is 186 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #debad7 hue: 0.87 , saturation: 0.35 and the lightness value of debad7 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 11010111
Octal 336 272 327
Decimal 222 186 215
Hex DE BA D7

RGB Percentages of Color #debad7

%35.63
%29.86
%34.51

CMYK Percentages of Color #debad7

%0
%16
%3
%13

Triadic Colors of #debad7

#debad7 #d7deba #bad7de

Analogous Colors of #debad7

#debad7 #debac5 #d3bade

Monochromatic Colors of #debad7

#debad7

Complementary Color

#debad7 #badec1

#debad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debad7 Color CSS Codes

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

#debad7 Text Font Color

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

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


#debad7 Background Color

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

This div background color is #debad7


#debad7 Border Color

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

This div border color is #debad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debad7


Comments

No comments written yet.

Please login to write comment.