Color Hex Logo

#deabec Color Hex

#DEABEC
(222,171,236)
0 Favorites   0 Comments

Color spaces of #deabec

RGB 222171236
HSL0.800.630.80
HSV287°28°93°
CMYK 0.060.280.00   0.07
XYZ59.827450.711585.9919
Yxy50.71150.30440.2580
Hunter Lab71.212025.3423-21.7471
CIE-Lab76.503929.7825-25.3788

#deabec color RGB value is (222,171,236).

#deabec hex color red value is 222, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #deabec hue: 0.80 , saturation: 0.63 and the lightness value of deabec is 0.80.

The process color (four color CMYK) of #deabec color hex is 0.06, 0.28, 0.00, 0.07. Web safe color of #deabec is #cc99ff. Color #deabec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 11101100
Octal 336 253 354
Decimal 222 171 236
Hex DE AB EC

RGB Percentages of Color #deabec

%35.29
%27.19
%37.52

CMYK Percentages of Color #deabec

%6
%28
%0
%7

Triadic Colors of #deabec

#deabec #ecdeab #abecde

Analogous Colors of #deabec

#deabec #ecabda #beabec

Monochromatic Colors of #deabec

#deabec

Complementary Color

#deabec #b9ecab

#deabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabec Color CSS Codes

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

#deabec Text Font Color

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

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


#deabec Background Color

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

This div background color is #deabec


#deabec Border Color

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

This div border color is #deabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabec


Comments

No comments written yet.

Please login to write comment.