Color Hex Logo

#dbefab Color Hex

#DBEFAB
(219,239,171)
0 Favorites   0 Comments

Color spaces of #dbefab

RGB 219239171
HSL0.220.680.80
HSV78°28°94°
CMYK 0.080.000.28   0.06
XYZ67.430679.733350.3642
Yxy79.73330.34140.4037
Hunter Lab89.2935-21.468129.0641
CIE-Lab91.5651-17.702730.7830

#dbefab color RGB value is (219,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 10101011
Octal 333 357 253
Decimal 219 239 171
Hex DB EF AB

RGB Percentages of Color #dbefab

%34.82
%38.00
%27.19

CMYK Percentages of Color #dbefab

%8
%0
%28
%6

Triadic Colors of #dbefab

#dbefab #abdbef #efabdb

Analogous Colors of #dbefab

#dbefab #b9efab #efe1ab

Monochromatic Colors of #dbefab

#dbefab

Complementary Color

#dbefab #bfabef

#dbefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefab Color CSS Codes

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

#dbefab Text Font Color

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

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


#dbefab Background Color

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

This div background color is #dbefab


#dbefab Border Color

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

This div border color is #dbefab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefab


Comments

No comments written yet.

Please login to write comment.