Color Hex Logo

#dbf7bf Color Hex

#DBF7BF
(219,247,191)
0 Favorites   0 Comments

Color spaces of #dbf7bf

RGB 219247191
HSL0.250.780.86
HSV90°23°97°
CMYK 0.110.000.23   0.03
XYZ71.878285.343261.9747
Yxy85.34320.32790.3893
Hunter Lab92.3814-22.783824.8919
CIE-Lab94.0308-18.734523.9604

#dbf7bf color RGB value is (219,247,191).

#dbf7bf hex color red value is 219, green value is 247 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbf7bf hue: 0.25 , saturation: 0.78 and the lightness value of dbf7bf is 0.86.

The process color (four color CMYK) of #dbf7bf color hex is 0.11, 0.00, 0.23, 0.03. Web safe color of #dbf7bf is #ccffcc. Color #dbf7bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110111 10111111
Octal 333 367 277
Decimal 219 247 191
Hex DB F7 BF

RGB Percentages of Color #dbf7bf

%33.33
%37.60
%29.07

CMYK Percentages of Color #dbf7bf

%11
%0
%23
%3

Triadic Colors of #dbf7bf

#dbf7bf #bfdbf7 #f7bfdb

Analogous Colors of #dbf7bf

#dbf7bf #bff7bf #f7f7bf

Monochromatic Colors of #dbf7bf

#dbf7bf

Complementary Color

#dbf7bf #dbbff7

#dbf7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf7bf Color CSS Codes

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

#dbf7bf Text Font Color

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

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


#dbf7bf Background Color

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

This div background color is #dbf7bf


#dbf7bf Border Color

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

This div border color is #dbf7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf7bf


Comments

No comments written yet.

Please login to write comment.