Color Hex Logo

#dbefbd Color Hex

#DBEFBD
(219,239,189)
0 Favorites   0 Comments

Color spaces of #dbefbd

RGB 219239189
HSL0.230.610.84
HSV84°21°94°
CMYK 0.080.000.21   0.06
XYZ69.265280.467260.0252
Yxy80.46720.33020.3836
Hunter Lab89.7035-19.151123.1185
CIE-Lab91.8941-15.112822.0328

#dbefbd color RGB value is (219,239,189).

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

The process color (four color CMYK) of #dbefbd color hex is 0.08, 0.00, 0.21, 0.06. Web safe color of #dbefbd is #ccffcc. Color #dbefbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 10111101
Octal 333 357 275
Decimal 219 239 189
Hex DB EF BD

RGB Percentages of Color #dbefbd

%33.85
%36.94
%29.21

CMYK Percentages of Color #dbefbd

%8
%0
%21
%6

Triadic Colors of #dbefbd

#dbefbd #bddbef #efbddb

Analogous Colors of #dbefbd

#dbefbd #c2efbd #efeabd

Monochromatic Colors of #dbefbd

#dbefbd

Complementary Color

#dbefbd #d1bdef

#dbefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefbd Color CSS Codes

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

#dbefbd Text Font Color

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

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


#dbefbd Background Color

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

This div background color is #dbefbd


#dbefbd Border Color

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

This div border color is #dbefbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,239,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 #dbefbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefbd


Comments

No comments written yet.

Please login to write comment.