Color Hex Logo

#debad4 Color Hex

#DEBAD4
(222,186,212)
0 Favorites   0 Comments

Color spaces of #debad4

RGB 222186212
HSL0.880.350.80
HSV317°16°87°
CMYK 0.000.160.05   0.13
XYZ59.566855.400969.8413
Yxy55.40090.32230.2998
Hunter Lab74.431812.5956-3.5311
CIE-Lab79.271617.2297-8.2220

#debad4 color RGB value is (222,186,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 11010100
Octal 336 272 324
Decimal 222 186 212
Hex DE BA D4

RGB Percentages of Color #debad4

%35.81
%30.00
%34.19

CMYK Percentages of Color #debad4

%0
%16
%5
%13

Triadic Colors of #debad4

#debad4 #d4deba #bad4de

Analogous Colors of #debad4

#debad4 #debac2 #d6bade

Monochromatic Colors of #debad4

#debad4

Complementary Color

#debad4 #badec4

#debad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debad4 Color CSS Codes

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

#debad4 Text Font Color

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

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


#debad4 Background Color

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

This div background color is #debad4


#debad4 Border Color

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

This div border color is #debad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debad4


Comments

No comments written yet.

Please login to write comment.