Color Hex Logo

#dbeca9 Color Hex

#DBECA9
(219,236,169)
0 Favorites   0 Comments

Color spaces of #dbeca9

RGB 219236169
HSL0.210.640.79
HSV75°28°93°
CMYK 0.070.000.28   0.07
XYZ66.370377.915549.0772
Yxy77.91550.34320.4029
Hunter Lab88.2698-20.257428.8241
CIE-Lab90.7413-16.501930.6917

#dbeca9 color RGB value is (219,236,169).

#dbeca9 hex color red value is 219, green value is 236 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #dbeca9 hue: 0.21 , saturation: 0.64 and the lightness value of dbeca9 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 10101001
Octal 333 354 251
Decimal 219 236 169
Hex DB EC A9

RGB Percentages of Color #dbeca9

%35.10
%37.82
%27.08

CMYK Percentages of Color #dbeca9

%7
%0
%28
%7

Triadic Colors of #dbeca9

#dbeca9 #a9dbec #eca9db

Analogous Colors of #dbeca9

#dbeca9 #baeca9 #ecdca9

Monochromatic Colors of #dbeca9

#dbeca9

Complementary Color

#dbeca9 #baa9ec

#dbeca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeca9 Color CSS Codes

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

#dbeca9 Text Font Color

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

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


#dbeca9 Background Color

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

This div background color is #dbeca9


#dbeca9 Border Color

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

This div border color is #dbeca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeca9


Comments

No comments written yet.

Please login to write comment.