Color Hex Logo

#dbefac Color Hex

#DBEFAC
(219,239,172)
0 Favorites   0 Comments

Color spaces of #dbefac

RGB 219239172
HSL0.220.680.81
HSV78°28°94°
CMYK 0.080.000.28   0.06
XYZ67.526379.771650.8682
Yxy79.77160.34080.4025
Hunter Lab89.3149-21.346828.7526
CIE-Lab91.5823-17.566130.2985

#dbefac color RGB value is (219,239,172).

#dbefac hex color red value is 219, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dbefac hue: 0.22 , saturation: 0.68 and the lightness value of dbefac is 0.81.

The process color (four color CMYK) of #dbefac color hex is 0.08, 0.00, 0.28, 0.06. Web safe color of #dbefac is #ccff99. Color #dbefac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 10101100
Octal 333 357 254
Decimal 219 239 172
Hex DB EF AC

RGB Percentages of Color #dbefac

%34.76
%37.94
%27.30

CMYK Percentages of Color #dbefac

%8
%0
%28
%6

Triadic Colors of #dbefac

#dbefac #acdbef #efacdb

Analogous Colors of #dbefac

#dbefac #baefac #efe2ac

Monochromatic Colors of #dbefac

#dbefac

Complementary Color

#dbefac #c0acef

#dbefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefac Color CSS Codes

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

#dbefac Text Font Color

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

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


#dbefac Background Color

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

This div background color is #dbefac


#dbefac Border Color

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

This div border color is #dbefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefac


Comments

No comments written yet.

Please login to write comment.