Color Hex Logo

#dbefbc Color Hex

#DBEFBC
(219,239,188)
0 Favorites   0 Comments

Color spaces of #dbefbc

RGB 219239188
HSL0.230.610.84
HSV84°21°94°
CMYK 0.080.000.21   0.06
XYZ69.157080.423959.4554
Yxy80.42390.33080.3847
Hunter Lab89.6794-19.287123.4676
CIE-Lab91.8747-15.263822.5200

#dbefbc color RGB value is (219,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 10111100
Octal 333 357 274
Decimal 219 239 188
Hex DB EF BC

RGB Percentages of Color #dbefbc

%33.90
%37.00
%29.10

CMYK Percentages of Color #dbefbc

%8
%0
%21
%6

Triadic Colors of #dbefbc

#dbefbc #bcdbef #efbcdb

Analogous Colors of #dbefbc

#dbefbc #c2efbc #efeabc

Monochromatic Colors of #dbefbc

#dbefbc

Complementary Color

#dbefbc #d0bcef

#dbefbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefbc Color CSS Codes

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

#dbefbc Text Font Color

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

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


#dbefbc Background Color

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

This div background color is #dbefbc


#dbefbc Border Color

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

This div border color is #dbefbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefbc


Comments

No comments written yet.

Please login to write comment.