Color Hex Logo

#debeef Color Hex

#DEBEEF
(222,190,239)
0 Favorites   0 Comments

Color spaces of #debeef

RGB 222190239
HSL0.780.600.84
HSV279°21°94°
CMYK 0.070.210.00   0.06
XYZ64.117658.588589.5907
Yxy58.58850.30200.2760
Hunter Lab76.543115.5730-15.8164
CIE-Lab81.064920.1304-20.0589

#debeef color RGB value is (222,190,239).

#debeef hex color red value is 222, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #debeef hue: 0.78 , saturation: 0.60 and the lightness value of debeef is 0.84.

The process color (four color CMYK) of #debeef color hex is 0.07, 0.21, 0.00, 0.06. Web safe color of #debeef is #ccccff. Color #debeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 11101111
Octal 336 276 357
Decimal 222 190 239
Hex DE BE EF

RGB Percentages of Color #debeef

%34.10
%29.19
%36.71

CMYK Percentages of Color #debeef

%7
%21
%0
%6

Triadic Colors of #debeef

#debeef #efdebe #beefde

Analogous Colors of #debeef

#debeef #efbee8 #c6beef

Monochromatic Colors of #debeef

#debeef

Complementary Color

#debeef #cfefbe

#debeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#debeef Color CSS Codes

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

#debeef Text Font Color

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

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


#debeef Background Color

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

This div background color is #debeef


#debeef Border Color

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

This div border color is #debeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debeef


Comments

No comments written yet.

Please login to write comment.