Color Hex Logo

#dbecbd Color Hex

#DBECBD
(219,236,189)
0 Favorites   0 Comments

Color spaces of #dbecbd

RGB 219236189
HSL0.230.550.83
HSV82°20°93°
CMYK 0.070.000.20   0.07
XYZ68.394278.725159.7348
Yxy78.72510.33060.3806
Hunter Lab88.7272-17.678122.1925
CIE-Lab91.1098-13.626120.9455

#dbecbd color RGB value is (219,236,189).

#dbecbd hex color red value is 219, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dbecbd hue: 0.23 , saturation: 0.55 and the lightness value of dbecbd is 0.83.

The process color (four color CMYK) of #dbecbd color hex is 0.07, 0.00, 0.20, 0.07. Web safe color of #dbecbd is #ccffcc. Color #dbecbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 10111101
Octal 333 354 275
Decimal 219 236 189
Hex DB EC BD

RGB Percentages of Color #dbecbd

%34.01
%36.65
%29.35

CMYK Percentages of Color #dbecbd

%7
%0
%20
%7

Triadic Colors of #dbecbd

#dbecbd #bddbec #ecbddb

Analogous Colors of #dbecbd

#dbecbd #c4ecbd #ece6bd

Monochromatic Colors of #dbecbd

#dbecbd

Complementary Color

#dbecbd #cebdec

#dbecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecbd Color CSS Codes

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

#dbecbd Text Font Color

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

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


#dbecbd Background Color

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

This div background color is #dbecbd


#dbecbd Border Color

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

This div border color is #dbecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecbd


Comments

No comments written yet.

Please login to write comment.