Color Hex Logo

#debcea Color Hex

#DEBCEA
(222,188,234)
0 Favorites   0 Comments

Color spaces of #debcea

RGB 222188234
HSL0.790.520.83
HSV284°20°92°
CMYK 0.050.200.00   0.08
XYZ62.958757.436585.6100
Yxy57.43650.30560.2788
Hunter Lab75.786915.6589-13.9241
CIE-Lab80.424520.2327-18.3451

#debcea color RGB value is (222,188,234).

#debcea hex color red value is 222, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #debcea hue: 0.79 , saturation: 0.52 and the lightness value of debcea is 0.83.

The process color (four color CMYK) of #debcea color hex is 0.05, 0.20, 0.00, 0.08. Web safe color of #debcea is #ccccff. Color #debcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 11101010
Octal 336 274 352
Decimal 222 188 234
Hex DE BC EA

RGB Percentages of Color #debcea

%34.47
%29.19
%36.34

CMYK Percentages of Color #debcea

%5
%20
%0
%8

Triadic Colors of #debcea

#debcea #eadebc #bceade

Analogous Colors of #debcea

#debcea #eabcdf #c7bcea

Monochromatic Colors of #debcea

#debcea

Complementary Color

#debcea #c8eabc

#debcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#debcea Color CSS Codes

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

#debcea Text Font Color

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

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


#debcea Background Color

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

This div background color is #debcea


#debcea Border Color

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

This div border color is #debcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debcea

#debcea Color Palettes


Comments

No comments written yet.

Please login to write comment.