Color Hex Logo

#dbefbf Color Hex

#DBEFBF
(219,239,191)
0 Favorites   0 Comments

Color spaces of #dbefbf

RGB 219239191
HSL0.240.600.84
HSV85°20°94°
CMYK 0.080.000.20   0.06
XYZ69.483980.554761.1766
Yxy80.55470.32900.3814
Hunter Lab89.7523-18.876422.4136
CIE-Lab91.9332-14.808221.0583

#dbefbf color RGB value is (219,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 10111111
Octal 333 357 277
Decimal 219 239 191
Hex DB EF BF

RGB Percentages of Color #dbefbf

%33.74
%36.83
%29.43

CMYK Percentages of Color #dbefbf

%8
%0
%20
%6

Triadic Colors of #dbefbf

#dbefbf #bfdbef #efbfdb

Analogous Colors of #dbefbf

#dbefbf #c3efbf #efebbf

Monochromatic Colors of #dbefbf

#dbefbf

Complementary Color

#dbefbf #d3bfef

#dbefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefbf Color CSS Codes

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

#dbefbf Text Font Color

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

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


#dbefbf Background Color

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

This div background color is #dbefbf


#dbefbf Border Color

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

This div border color is #dbefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefbf


Comments

No comments written yet.

Please login to write comment.